I have the following markdown: # heading $\text{if you're happy and you know it}$ $\qquad\text{clap your}\qquad\text{hands!}$ I'm converting this to pdf using pandoc filename.md -o filename.pdf and in the output pdf the \qquad between 'clap your' and 'hands' renders correctly, but the leading \qquad before 'clap your' appears to be missing as there is no space before the line begins. I tried generating tex instead of pdf and got the following: \hypertarget{heading}{% \section{heading}\label{heading}} \(\text{if you're happy and you know it}\)\\ \(\qquad\text{clap your hands!}\qquad\pi\) So the leading \qquad seems to be present in the intermediate stage. Does anybody know why it's not rendering in the output? -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/87599708-491c-42c5-b448-798644e592d6n%40googlegroups.com.