I'm looking for a way to render an HTML, and get the whole document source of if after a browser (let's say firefox), renders it...
The thing is that I'm using some numbering, just the looks, such as CSS ::before
or javascript to highlight code blocks, or render Mathjax.
My question is, if there is a way to do a "server render" to do that? If so how?