diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2017-06-01 18:41:54 +0200 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2017-06-01 18:41:54 +0200 |
| commit | 8218bdb95c070b2c09f51ae29c280260fc47dffb (patch) | |
| tree | d14ac0c02f9983f90e064a979a9bf4b89b03b4c0 /test/command | |
| parent | 0cf6511f16388fc2bb71cffc733a704d20cfe3e3 (diff) | |
| download | pandoc-8218bdb95c070b2c09f51ae29c280260fc47dffb.tar.gz | |
HTML writer: Avoid two class attributes when adding 'uri' class.
Closes #3716.
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/3716.md | 6 |
1 files changed, 6 insertions, 0 deletions
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 +<http://example.com>{.foo} +^D +<p><a href="http://example.com" class="uri foo">http://example.com</a></p> +``` |
