Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Commonmark.Extensions.Strikethrough
Documentation
class HasStrikethrough a where Source #
Methods
strikethrough :: a -> a Source #
Instances
HasStrikethrough (Html a) Source # | |
Defined in Commonmark.Extensions.Strikethrough Methods strikethrough :: Html a -> Html a Source # | |
(HasStrikethrough i, Monoid i) => HasStrikethrough (WithSourceMap i) Source # | |
Defined in Commonmark.Extensions.Strikethrough Methods strikethrough :: WithSourceMap i -> WithSourceMap i Source # |
strikethroughSpec :: (Monad m, IsBlock il bl, IsInline il, HasStrikethrough il) => SyntaxSpec m il bl Source #