mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 03:06:30 +00:00
Muse reader: concatenate inlines of the same type
This commit is contained in:
@@ -125,6 +125,8 @@ tests =
|
||||
|
||||
, "Verbatim inside code" =: "<code><verbatim>foo</verbatim></code>" =?> para (code "<verbatim>foo</verbatim>")
|
||||
|
||||
, "Code normalization" =: "<code><code><</code><code>/code></code>" =?> para (code "<code></code>")
|
||||
|
||||
, testGroup "Links"
|
||||
[ "Link without description" =:
|
||||
"[[https://amusewiki.org/]]" =?>
|
||||
|
||||
Reference in New Issue
Block a user