3bmd

2023-10-21

markdown processor in CL using esrap parser.

Upstream URL

github.com/3b/3bmd

Author

Bart Botta <00003b at gmail.com>, Lukasz Janyst <lukasz@jany.st>

License

MIT
README

3bmd

markdown processor in CL using esrap parser.

License:
MIT
Authors:
Bart Botta <00003b at gmail.com>
Dependencies:
  • alexandria

  • esrap

  • split-sequence

3bmd-ext-code-blocks

extension to 3bmd implementing github style ``` delimited code blocks, with support for syntax highlighting using colorize, pygments, or chroma

Dependencies:
  • 3bmd

  • alexandria

  • colorize

  • split-sequence

3bmd-ext-code-blocks/tests

Dependencies:
  • 3bmd-ext-code-blocks

  • 3bmd-tests

  • fiasco

3bmd-ext-definition-lists

extension to 3bmd implementing 'PHP Markdown Extra' style definition lists

Dependencies:
  • 3bmd

  • alexandria

  • colorize

3bmd-ext-definition-lists/tests

Dependencies:
  • 3bmd-ext-definition-lists

  • 3bmd-tests

  • fiasco

3bmd-ext-math

An extension for 3bmd for handling math markup

License:
MIT
Authors:
Lukasz Janyst <lukasz@jany.st>
Dependencies:
  • 3bmd

  • esrap

3bmd-ext-tables

Extension to 3bmd implementing PHP Markdown Extra style tables

Dependencies:
  • 3bmd

3bmd-ext-tables/tests

Dependencies:
  • 3bmd-ext-tables

  • 3bmd-tests

  • fiasco

3bmd-ext-wiki-links

example extension to 3bmd implementing simple wiki-style [[links]]

Dependencies:
  • 3bmd

3bmd-ext-wiki-links/tests

Dependencies:
  • 3bmd-ext-wiki-links

  • 3bmd-tests

  • fiasco

3bmd-tests

Dependencies:
  • 3bmd

  • 3bmd-ext-code-blocks

  • fiasco

3bmd-youtube

An extension for 3bmd for embedding YouTube videos

Dependencies:
  • 3bmd

  • esrap

3bmd-youtube-tests

Dependencies:
  • 3bmd-youtube

  • fiasco

Dependencies (5)

  • alexandria
  • colorize
  • esrap
  • fiasco
  • split-sequence
  • GitHub
  • Quicklisp