asciidoctor / asciidoctor-latex

:triangular_ruler: Add LaTeX features to AsciiDoc & convert AsciiDoc to LaTeX
http://asciidoctor.org
Other
111 stars 26 forks source link

stem block content do not work in [env] #54

Open prudhomm opened 7 years ago

prudhomm commented 7 years ago

stem block content do not work in [env] for example

[env.definition]

[stem]
++++
<x,y> = \sum_{i=1}^n x_i \, y_i.
++++

it produces something like [stem] + = \sum_{i=1}^n x_i \, y_i. +