guile-commonmark 0.1.2
CommonMark parser for Guile
guile-commonmark is a library for parsing CommonMark, a fully specified variant of Markdown. The library is written in Guile Scheme and is designed to transform a CommonMark document to SXML. guile-commonmark tries to closely follow the CommonMark spec, the main difference is no support for parsing block and inline level HTML.
- Outputs:
out
- Website: https://github.com/OrangeShark/guile-commonmark
- Licenses: LGPL 3+
- Package source: gnu/packages/guile-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install guile-commonmark 0.1.2
as follows:
guix install guile-commonmark@0.1.2
Or install the latest version:
guix install guile-commonmark
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.