Solved Is there an org mode & pandoc expert in the building ?

I want to write a document which includes source-code and complex math.
When i do a two step conversion,
Code:
pandoc -s test.org -o test.tex
pandoc -s test.tex -o test.html
Then the complex math is nice but the source-code is ugly.

When in do one step conversion,
Code:
pandoc -s test.org -o test.html
Then the source-code is nice but the complex math is not rendered.

The only thing i can think of is split , convert and concatenate the html
 
Back
Top