-
As discussed in https://github.com/hplgit/doconce/issues/48 , support for both-way translation between DocOnce and CommonMark with extensions would be nice as the [extensions](https://github.com/jgm/C…
-
This is a feature request rather than an issue. It would great to see the CommonMark spec example cases added as tests for better cross compatibility with other Markdown implementations. There are cur…
-
I am trying to pass a custom `markdownit` prop with the `commonmark` param like so:
```
const content = `This should mean that the following:
Hello World
results in the same output as:
**Hello …
-
## Describe the bug
Have a `parameter` defined for some path.
That parameter can have a `description` which according to the OAS spec supports CommonMark syntax.
This `description` is used by `…
-
The prefix `www`, for autolink literals, only matches when lowercase, in comments.
This is different from how the protocol prefix (`http://`, `https://`) is handled, which is matched case-insensitive…
-
**Explain the problem.**
Hi! Thanks for your awesome tool.
I'm trying to convert this link using GFM reader:
```markdown
[https://example.org](https://example.org)
```
For example, w…
-
Hi everyone, from Read the Docs we would like to open up the question about the future of `commonmark.py`. The landscape of Markdown in Python and Sphinx has changed a lot over the past 12 months, and…
-
Found by OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30784
Reduced test case:
```
$ printf '>>>>a\nb\nc\nd' |build/src/cmark -t commonmark
> > > > a
> > > > b
> > > > c
…
-
The guide says
> In addition to the base CommonMark language, it supports tables, task lists, strikethrough, footnotes, admonitions, and LaTeX-style math from GFM.
But I can't find any documenta…
ulab updated
2 months ago
-
The Markdown stdlib has a lot of bugs (see e.g. https://github.com/JuliaLang/julia/issues?q=is%3Aopen+is%3Aissue+label%3Amarkdown where I labelled the ones I found from searching "markdown").
I wonde…