commonmark-extensions-0.2.3.4: Pure Haskell commonmark parser.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Commonmark.Extensions.Strikethrough

Documentation

class HasStrikethrough a where Source #

Methods

strikethrough :: a -> a Source #

Instances

Instances details
HasStrikethrough (Html a) Source # 
Instance details

Defined in Commonmark.Extensions.Strikethrough

Methods

strikethrough :: Html a -> Html a Source #

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

Defined in Commonmark.Extensions.Strikethrough