Muse reader tests: test #cover directive
This commit is contained in:
parent
39efcedf8a
commit
5101f4324b
1 changed files with 5 additions and 0 deletions
|
@ -726,6 +726,11 @@ tests =
|
|||
Pandoc (setMeta "title" (MetaInlines $ toList "Document title") $
|
||||
setMeta "notes" (MetaInlines $ toList "First line\nand second line") $
|
||||
setMeta "author" (MetaInlines $ toList "Name") nullMeta) mempty
|
||||
, "Amusewiki's #cover is translated to pandoc's #cover-image" =:
|
||||
"#cover cover.png" =?>
|
||||
let titleInline = toList "cover.png"
|
||||
meta = setMeta "cover-image" (MetaInlines titleInline) nullMeta
|
||||
in Pandoc meta mempty
|
||||
]
|
||||
, testGroup "Anchors"
|
||||
[ "Anchor" =:
|
||||
|
|
Loading…
Add table
Reference in a new issue