Safe Haskell | None |
---|---|
Language | Haskell2010 |
Commonmark.Extensions.Attributes
Synopsis
- attributesSpec :: forall (m :: Type -> Type) il bl. (Monad m, IsInline il) => SyntaxSpec m il bl
- class HasDiv bl where
- div_ :: bl -> bl
- fencedDivSpec :: forall (m :: Type -> Type) il bl. (Monad m, IsInline il, IsBlock il bl, HasDiv bl) => SyntaxSpec m il bl
- class IsInline a => HasSpan a where
- spanWith :: Attributes -> a -> a
- bracketedSpanSpec :: forall (m :: Type -> Type) il bl. (Monad m, IsInline il, HasSpan il) => SyntaxSpec m il bl
- rawAttributeSpec :: forall (m :: Type -> Type) il bl. (Monad m, IsBlock il bl) => SyntaxSpec m il bl
- pAttributes :: forall u (m :: Type -> Type). Monad m => ParsecT [Tok] u m Attributes
Documentation
attributesSpec :: forall (m :: Type -> Type) il bl. (Monad m, IsInline il) => SyntaxSpec m il bl Source #
Allow attributes on everything.
fencedDivSpec :: forall (m :: Type -> Type) il bl. (Monad m, IsInline il, IsBlock il bl, HasDiv bl) => SyntaxSpec m il bl Source #
class IsInline a => HasSpan a where Source #
Instances
Rangeable (Html a) => HasSpan (Html a) Source # | |
Defined in Commonmark.Extensions.Attributes | |
(HasSpan i, Semigroup i, Monoid i) => HasSpan (WithSourceMap i) Source # | |
Defined in Commonmark.Extensions.Attributes |
bracketedSpanSpec :: forall (m :: Type -> Type) il bl. (Monad m, IsInline il, HasSpan il) => SyntaxSpec m il bl Source #
rawAttributeSpec :: forall (m :: Type -> Type) il bl. (Monad m, IsBlock il bl) => SyntaxSpec m il bl Source #
pAttributes :: forall u (m :: Type -> Type). Monad m => ParsecT [Tok] u m Attributes Source #