]> granicus.if.org Git - multimarkdown/commitdiff
ADDED: CriticMarkup test for LaTeX
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Thu, 16 Feb 2017 02:03:16 +0000 (21:03 -0500)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Thu, 16 Feb 2017 02:03:16 +0000 (21:03 -0500)
tests/MMD6Tests/CriticMarkup.tex [new file with mode: 0644]

diff --git a/tests/MMD6Tests/CriticMarkup.tex b/tests/MMD6Tests/CriticMarkup.tex
new file mode 100644 (file)
index 0000000..de6a56c
--- /dev/null
@@ -0,0 +1,65 @@
+\underline{foo}
+
+\sout{bar}
+
+\sout{foo}\underline{bar}
+
+\cmnote{foo}
+
+\hl{bar}
+
+5
+
+foo\underline{ bar}
+
+foo\sout{ bar}
+
+foo \sout{foo}\underline{bar}
+
+foo \cmnote{bar}
+
+foo \hl{bar}
+
+10
+
+foo\underline{ \textbf{bar}}
+
+foo\sout{ \textbf{bar}}
+
+foo \sout{\textbf{bar}}\underline{\textbf{bar}}
+
+foo \cmnote{\textbf{bar}}
+
+foo \hl{\textbf{bar}}
+
+15
+
+foo \textbf{\underline{bar}}
+
+foo \textbf{\sout{bar}}
+
+foo \textbf{\sout{foo}\underline{bar}}
+
+foo \textbf{\cmnote{bar}}
+
+foo \textbf{\hl{bar}}
+
+20
+
+foo **\underline{bar**}
+
+foo **\sout{bar**}
+
+foo **\sout{foo**}\underline{bar**}
+
+foo **\cmnote{bar**}
+
+foo **\hl{bar**}
+
+25
+
+\underline{foo\underline{ bar}}
+
+\sout{foo\sout{ bar}}
+
+\underline{foo\sout{ bar}}