Module
Marked.Bindings
- Package
- purescript-marked
- Repository
- thought2/purescript-marked
Low level bindings to marked.js Describes the JS API as it is in terms of PureScript types. There is no performance overhead compared to the JS API. Statically checked against TS types by ts-bridge.
#Token Source
newtype Token
Constructors
Token (VariantEncodedFlat "type" (blockquote :: Blockquote, br :: Br, code :: Code, codespan :: Codespan, def :: Def, del :: Del, em :: Em, escape :: Escape, heading :: Heading, hr :: Hr, html :: RecordUnion (Tag |+| Html), image :: Image, link :: Link, list :: List, list_item :: ListItem, paragraph :: Paragraph, space :: Space, strong :: Strong, table :: Table, text :: RecordUnion (Tag |+| Text)))
Instances
- Modules
- Marked
- Marked.
Bindings