-
The API documentation for cmark (e.g. in the [cmark.3][cmark-man3] man page) does not explain the
purpose or proper use of the `CMARK_NODE_CUSTOM_BLOCK` and `CMARK_NODE_HTML_INLINE` constants from t…
-
## Summary
current latest version not support angle brackets in link
- HonKit version: 3.6.22
## Step to reproduce
for use link with space in the url, need to round url with angle brackets…
-
I just noticed that checkboxes are not rendered in HTML, so
```
- [ ] foo
- [ ] bar
```
Will be displayed as
- [] foo
- [] bar
I cannot work on this at the moment, but maybe someone kn…
-
Using `$$` (double dollar sign) for block LaTeX only works if the equation starts on the same line.
Other Markdown interpreters, notably Jupyter ([demo](https://colab.research.google.com/drive/1wIc…
fonsp updated
3 years ago
-
Hi,
just discovered that `_tabWidth` is only used for things like "when does a code block start?" -- but the Markdown convention and the CommonMark specs are pretty clear about 4 spaces or 1 tab to…
-
The Factor docs are written as actual Factor code, which is probably unique and kind of cool, but it's clumsy to do things like `{ $snippet "foo" }` all over the place.
-
So what's going on? Github _seems_ to still be using this library, and a replacement doesn't appear to have materialized. The last commit saying "Stay tuned" is from 2012. What's up in Markdown land?
…
-
add a tz1and blog for artists / art features & articles
Kerf has setup a system using articles minted on typed.art
use markdown syntax for formatting
tags - add one of these tags for the arti…
-
GFM is nice and all, but it has some inconsistencies with common markdown; most notably for me, the characters used to generate a table.
-
I'm working on a chat application, and want to offer a (quite conservative) subset of markdown, but it turns out to be next to impossible to find any way to do so without writing something from scratc…