From e61f63253130480c43d8bb4f4531e83d0384daf5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 15 Nov 2018 22:36:01 -0800 Subject: HTML reader: parse `` as a Span with class "small". Closes #5080. --- test/command/5080.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/command') diff --git a/test/command/5080.md b/test/command/5080.md index cd191eb98..c9e9a2971 100644 --- a/test/command/5080.md +++ b/test/command/5080.md @@ -4,3 +4,10 @@ pandoc -t asciidoc ^D [.small .red]#foo _bar_# ``` + +``` +pandoc -f html -t asciidoc +SMALL +^D +[.small]#SMALL# +``` -- cgit v1.2.3