This package browser is in early development. Mind the rough edges.

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.

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.