From 8218bdb95c070b2c09f51ae29c280260fc47dffb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 1 Jun 2017 18:41:54 +0200 Subject: HTML writer: Avoid two class attributes when adding 'uri' class. Closes #3716. --- test/command/3716.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/command/3716.md (limited to 'test') diff --git a/test/command/3716.md b/test/command/3716.md new file mode 100644 index 000000000..7e00819da --- /dev/null +++ b/test/command/3716.md @@ -0,0 +1,6 @@ +``` +% pandoc +{.foo} +^D +

http://example.com

+``` -- cgit v1.2.3