asciidoc-0.1: test/asciidoctor/stem/latexmath.test
:stem: latexmath
[stem]
++++
C = \alpha + \beta Y^{\gamma} + \epsilon
++++
>>>
Document
{ docMeta =
Meta
{ docTitle = []
, docTitleAttributes = Nothing
, docAuthors = []
, docRevision = Nothing
, docAttributes =
fromList [ ( "sectids" , "" ) , ( "stem" , "latexmath" ) ]
}
, docBlocks =
[ Block
mempty
Nothing
(MathBlock
Nothing "C = \\alpha + \\beta Y^{\\gamma} + \\epsilon\n")
]
}