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