-
The spec states:
> Any number of tildes may be used on either side of the text; they do not need to match, and they cannot be nested.
This is false (or the impl has a bug):
```none
$ bin/cma…
-
Hello,
I just wanted to point out that **definition lists** don't seem to be rendered, was wondering if this was a bug or just not included. If it isn't included, can it be ?
```md
term1
: def…
-
Doing a quick code review of your dev branch, I am confused if the Blocks or Inline is scanned first? If Blocks, then it seems this code:
```markdown
*** Bold Italic ***
```
Would render as an…
-
As mentioned in https://github.com/hellux/jotdown/pull/19#discussion_r1126877836, making `CowStr` an actual type instead of an alias would allow us to reuse many common patterns and helper functions. …
-
**Input**
```
| name | description |
| ------------------------ | ------------------------------ |
| `get(key: name…
-
Render Jupyter NBs (perhaps cmark migration could be the way as well):
* https://github.com/h2oai/mli-resources/blob/master/notebooks/lime.ipynb
* https://github.com/jupyter/nbconvert
* https://g…
-
There seems to be some kind of bug with the single-line HTML comment tags. The values of the `endLine` and `endColumn` fields are always incorrect for them.
Here is an example:
```hs
commonmark…
-
## CVE-2023-24824 - High Severity Vulnerability
Vulnerable Library - commonmarker-0.17.13.gem
A fast, safe, extensible parser for CommonMark. This wraps the official libcmark library.
Library home p…
-
I have try to prase markdown with the pulldown-cmark crate and to convert it back, using this crate.
But `\\` is translated back inconsistent. At some point `\\` is converted to `\` and at other poin…
-
See #281.