Open Spamakin opened 10 months ago
@Spamakin just to be clear - is the issue here that the leading space before return
is getting trimmed?
That is the piece I managed to reproduce locally.
Yup that is the issue. That bolded return
should be indented but is not.
When I compile the following code to a PDF, the tabbing environment works just fine. However, it is not rendering into HTML properly. Consider the following minimal tex code:
The PDF produced using pdflatex is as follows
However, here is the HTML output:
This was produced by running the following command