kice
2018-08-27 02:20:38 UTC
For example:
``` markdown
## $E=mc^2$
```
convert latex using `pandoc --from markdown --to latex`, I will get
```latex
\hypertarget{emc2}{%
\subsection{\texorpdfstring{\(E=mc^2\)}{E=mc\^{}2}}\label{emc2}}
```
which will render E=mc^2 by exporting pdf; I want to render the math
instead the code on my title.
``` markdown
## $E=mc^2$
```
convert latex using `pandoc --from markdown --to latex`, I will get
```latex
\hypertarget{emc2}{%
\subsection{\texorpdfstring{\(E=mc^2\)}{E=mc\^{}2}}\label{emc2}}
```
which will render E=mc^2 by exporting pdf; I want to render the math
instead the code on my title.
--
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+***@googlegroups.com.
To post to this group, send email to pandoc-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/8b558f83-c8c7-4911-8712-3871127e7e51%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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+***@googlegroups.com.
To post to this group, send email to pandoc-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/8b558f83-c8c7-4911-8712-3871127e7e51%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.