Edmund Grimley Evans
Edmund Grimley Evans
I see you've carefully avoided accidentally starting a list: ``` $ printf 'abcd x)' | cmark -t commonmark --width 4 abcd x) $ printf 'abcd 1)' | cmark -t commonmark...
In CommonMark rendering, line breaking in a code span can break the block structure. Here are just a few examples: ``` $ printf '`xx --- xx`' | cmark -t commonmark...
I don't know whether there's a bug here but perhaps it's interesting: ``` $ loop() { > while [ "$x" != "$x1" ] ; do > echo "$x" ; x1="$x"...
``` $ printf '_a*b*c_' | cmark -t html abc $ printf '_a*b*c_' | cmark -t commonmark *a*b*c* $ printf '_a*b*c_' | cmark -t commonmark | cmark -t html abc ```
haskell-charsetdetect-ae failed to build on Debian arm64: https://buildd.debian.org/status/fetch.php?pkg=haskell-charsetdetect-ae&arch=arm64&ver=1.0.1-1&stamp=1434481094 The required change to prcpucfg_linux.h seems to be already available "upstream", as described here: https://lists.debian.org/debian-haskell/2015/06/msg00042.html