|
| 1 | +# commonmark-extensions |
| 2 | + |
| 3 | +This package provides some syntax extensions for the |
| 4 | +commonmark package: |
| 5 | + |
| 6 | +- [`pipe_tables`] (pipe tables) |
| 7 | +- [`smart`] (smart quotes, dashes, and ellipses) |
| 8 | +- [`strikethrough`] (strikethrough) |
| 9 | +- [`superscript`] (superscript) |
| 10 | +- [`subscript`] (subscript) |
| 11 | +- [`math`] (LaTeX math) |
| 12 | +- [`emoji`] (emoji) |
| 13 | +- [`autolinks`] (autolink bare URLs and email addresses) |
| 14 | +- [`footnotes`] (footnotes) |
| 15 | +- [`definition_lists`] (definition lists) |
| 16 | +- [`fancy_lists`] (fancy ordered list markers (parentheses, alpha, roman) |
| 17 | +- [`attributes`] (attributes for all inline and block elements) |
| 18 | +- [`raw_attribute`] (special raw block and inline elements in any format) |
| 19 | +- [`bracketed_spans`] (spans of inline elements with attributes) |
| 20 | +- [`fenced_divs`] (groups of block elements with attributes) |
| 21 | +- [`auto_identifiers`] (automatic generation of identifiers for headings) |
| 22 | +- [`implicit_heading_references`] (headings implicitly define link references) |
| 23 | + |
| 24 | +[`pipe_tables`]: test/pipe_tables.md |
| 25 | +[`smart`]: test/smart.md |
| 26 | +[`strikethrough`]: test/strikethrough.md |
| 27 | +[`superscript`]: test/superscript.md |
| 28 | +[`subscript`]: test/subscript.md |
| 29 | +[`math`]: test/math.md |
| 30 | +[`emoji`]: test/emoji.md |
| 31 | +[`autolinks`]: test/autolinks.md |
| 32 | +[`footnotes`]: test/footnotes.md |
| 33 | +[`definition_lists`]: test/definition_lists.md |
| 34 | +[`fancy_lists`]: test/fancy_lists.md |
| 35 | +[`attributes`]: test/attributes.md |
| 36 | +[`raw_attribute`]: test/raw_attribute.md |
| 37 | +[`bracketed_spans`]: test/bracketed_spans.md |
| 38 | +[`fenced_divs`]: test/fenced_divs.md |
| 39 | +[`auto_identifiers`]: test/auto_identifiers.md |
| 40 | +[`implicit_heading_references`]: test/implicit_heading_references.md |
| 41 | + |
0 commit comments