guile-commonmark icon indicating copy to clipboard operation
guile-commonmark copied to clipboard

Implementation of CommonMark for Guile

Results 9 guile-commonmark issues
Sort by recently updated
recently updated
newest added

make check returns a failure I'm attaching a tests log here [tabs.log](https://github.com/OrangeShark/guile-commonmark/files/4639726/tabs.log)

The CommonMark Spec recognizes HTML blocks, i.e. "a group of lines that is treated as raw HTML (and will not be escaped in HTML output)." See http://spec.commonmark.org/0.26/#html-blocks. Guile-commonmark does not...

Hi, when do you plan to make a new release? There were a couple of build-system related commits since 0.1.2 which look useful. cheers, ng0

It would be great if guile-commonmark optionally supported smart punctuation: converting "straight quotes" to “curly quotes”, -- and --- to – and — (en-dash and em-dash), ... to … (ellipses)....

Hi I am getting the dependency errors when trying to install guile-commonmark: ``` configure: found guile 2.0 checking for guile-2.0... /usr/bin/guile-2.0 checking for Guile version >= 2.0... 2.0.11 checking for...

Hi Erik, as I already wrote to you in an email, I am opening a ticket here so this can be publicly reviewed I wrote to you that I didn't...

When I use guile 2.0.11 it works, but guile 2.0.9 fails `make check`, here's the log if you're interested: http://dpaste.com/3H3NAKA

Hi! I've compiled from master branch and guile 3.0.1, each time the parser encounters a list it fails at the list cleaning stage with an error, here is the stack...