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