@hackage commonmark-extensions0.2.7
Pure Haskell commonmark parser.
Categories
License
BSD-3-Clause
Maintainer
jgm@berkeley.edu
Links
Versions
Installation
Dependencies (9)
- base >=4.9 && <5
- commonmark >=0.2.4.1 && <0.4
- containers
- emojis >=0.1.4.1 && <0.2
- filepath
- network-uri Show all…
Dependents (10)
@hackage/commonmark-simple, @hackage/swarm, @hackage/commonmark-initial, @hackage/commonmark-pandoc, @hackage/commonmark-cli, @hackage/pandoc, Show all…
commonmark-extensions
This package provides some syntax extensions for the commonmark package:
hard_line_breaks(treat new lines as hard breaks)smart(smart quotes, dashes, and ellipses)strikethrough(strikethrough)superscript(superscript)subscript(subscript)math(LaTeX math)emoji(emoji)autolinks(autolink bare URLs and email addresses)pipe_tables(pipe tables)footnotes(footnotes)definition_lists(definition lists)fancy_lists(fancy ordered list markers (parentheses, alpha, roman)task_lists(task lists)attributes(attributes for all inline and block elements)raw_attribute(special raw block and inline elements in any format)bracketed_spans(spans of inline elements with attributes)fenced_divs(groups of block elements with attributes)auto_identifiers(automatic generation of identifiers for headings)auto_identifiers_ascii(automatic generation of ASCII identifiers for headings)implicit_heading_references(headings implicitly define link references)wikilinks_title_before_pipeandwikilinks_title_after_pipe(wikilink syntax)