diff options
Diffstat (limited to 'test/command/4528.md')
-rw-r--r-- | test/command/4528.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/4528.md b/test/command/4528.md index a60f6decf..a34af33c5 100644 --- a/test/command/4528.md +++ b/test/command/4528.md @@ -124,7 +124,7 @@ This has ^superscript^ in it and ^2^ again. % pandoc --wrap=none -f html -t commonmark-raw_html This has <sub>subscript</sub> in it and <sub>2 3</sub> again. With emphasis: <sub><em>2</em> 3</sub>. With letters: <sub>foo</sub>. With a span: <sub><span class=foo>2</span></sub>. ^D -This has \_(subscript) in it and ₂ ₃ again. With emphasis: \_(*2* 3). With letters: \_(foo). With a span: ₂. +This has _(subscript) in it and ₂ ₃ again. With emphasis: _(*2* 3). With letters: _(foo). With a span: ₂. ``` ``` |