Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Commonmark.Extensions.Smart
Documentation
class IsInline il => HasQuoted il where Source #
Instances
Rangeable (Html a) => HasQuoted (Html a) Source # | |
Defined in Commonmark.Extensions.Smart | |
(HasQuoted i, Monoid i, Semigroup i) => HasQuoted (WithSourceMap i) Source # | |
Defined in Commonmark.Extensions.Smart Methods singleQuoted :: WithSourceMap i -> WithSourceMap i Source # doubleQuoted :: WithSourceMap i -> WithSourceMap i Source # |
smartPunctuationSpec :: (Monad m, IsBlock il bl, IsInline il, HasQuoted il) => SyntaxSpec m il bl Source #