| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Commonmark.Extensions.Alerts
Documentation
alertSpec :: forall (m :: Type -> Type) il bl. (Monad m, Typeable m, IsBlock il bl, IsInline il, Typeable il, Typeable bl, HasAlerts il bl) => SyntaxSpec m il bl Source #
alertSvgText :: AlertType -> Text Source #
alertClass :: AlertType -> Text Source #
Constructors
| NoteAlert | |
| TipAlert | |
| ImportantAlert | |
| WarningAlert | |
| CautionAlert |
Instances
| Eq AlertType Source # | |
| Ord AlertType Source # | |
| Show AlertType Source # | |
class IsBlock il bl => HasAlerts il bl | il -> bl where Source #