asciidoctor / asciidoctor-leanpub-converter

A backend for AsciidoctorJ to generate Leanpub-flavoured Markdown
Apache License 2.0
16 stars 9 forks source link

How to support the stem block? #20

Open ysb33r opened 9 years ago

ysb33r commented 9 years ago

How shoudl [stem] be handled?

ysb33r commented 9 years ago

For latexmath we'll perform a passthrough (#41). For other we need to come up with a solution.

ysb33r commented 9 years ago

For asciimath, we have no direct support, but it would be great if we could call a version of MathJAX hosted inside the AsciidoctorJ instance to render us an SVG file.

The above is not in the scope of this converter, but besides that we would still need code to convert the SVG to a PNG as Leanpub does not support SVG files.