Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Commonmark.Extensions.Footnote
Documentation
footnoteSpec :: (Monad m, Typeable m, IsBlock il bl, IsInline il, Typeable il, Typeable bl, HasFootnote il bl) => SyntaxSpec m il bl #
class IsBlock il bl => HasFootnote il bl | il -> bl where #
Methods
footnote :: Int -> Text -> bl -> bl #
footnoteList :: [bl] -> bl #
footnoteRef :: Text -> Text -> bl -> il #
Instances
Rangeable (Html a) => HasFootnote (Html a) (Html a) # | |
Defined in Commonmark.Extensions.Footnote | |
(HasFootnote il bl, Semigroup bl, Semigroup il) => HasFootnote (WithSourceMap il) (WithSourceMap bl) # | |
Defined in Commonmark.Extensions.Footnote Methods footnote :: Int -> Text -> WithSourceMap bl -> WithSourceMap bl # footnoteList :: [WithSourceMap bl] -> WithSourceMap bl # footnoteRef :: Text -> Text -> WithSourceMap bl -> WithSourceMap il # |