commonmark-extensions-0.2.5.4: Pure Haskell commonmark parser.
Safe HaskellNone
LanguageHaskell2010

Commonmark.Extensions.Strikethrough

Documentation

class HasStrikethrough a where #

Methods

strikethrough :: a -> a #

Instances

Instances details
HasStrikethrough (Html a) # 
Instance details

Defined in Commonmark.Extensions.Strikethrough

Methods

strikethrough :: Html a -> Html a #

(HasStrikethrough i, Monoid i) => HasStrikethrough (WithSourceMap i) # 
Instance details

Defined in Commonmark.Extensions.Strikethrough

strikethroughSpec :: forall (m :: Type -> Type) il bl. (Monad m, IsBlock il bl, IsInline il, HasStrikethrough il) => SyntaxSpec m il bl #