Indicate when a multiblock footnote is omitted.
This commit is contained in:
parent
fcfbbd2caa
commit
823c0bcda9
1 changed files with 1 additions and 1 deletions
|
@ -333,4 +333,4 @@ inlineToAsciidoc opts (Note [Plain inlines]) = do
|
|||
contents <- inlineListToAsciidoc opts inlines
|
||||
return $ text "footnote:[" <> contents <> "]"
|
||||
-- asciidoc can't handle blank lines in notes
|
||||
inlineToAsciidoc _ (Note _) = return empty
|
||||
inlineToAsciidoc _ (Note _) = return "[multiblock footnote omitted]"
|
||||
|
|
Loading…
Add table
Reference in a new issue