summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/lunamark-markdown/no-underscores.test
blob: 6e24e3c6d0e5c1acf847cb3867705530489d1ab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\def\markdownOptionUnderscores{false}
\def\markdownOptionHybrid{true}
<<<
This test ensures that the Lua `underscores` option correctly propagates
through the plain TeX interface.

This is a math expression: $\sqrt{\sum_{i=0}^n (a_i + b_i)^2}$.
\begingroup\catcode`\_=12
This __is no__ strongly emphasized span of text.
This **is** a strongly emphasized span of text.
\endgroup
>>>
codeSpan: underscores
interblockSeparator
strongEmphasis: is