-
Currently, Stardown focuses mostly on GitHub Flavored Markdown (GFM), but there are many flavors of markdown and many other markup languages.
Examples of markup languages:
- [Comparison of featu…
-
**Marked version:** 0.3.19
**Markdown flavor:** all
**Proposal type:** other
## What pain point are you perceiving?
How many licks? and too many flavors.
Right now Marked supports, in t…
-
In many standards, such as several[^md] Markdown[^md] flavors[^md] and OOXML it is possible to reference the same footnote multiple times.
I would like to be able to do this also within Tiptap usin…
-
This is accepted by flit and setuptools:
```toml
[project.readme]
file = 'README.md'
content-type = 'text/markdown; variant=GFM'
```
However, hatch disallows this:
> Field `content-type` …
-
### Expected Behavior
I'd like my module docs to be rendered correctly in something like a GitHub `README.md` file. Problems are caused with Markdown Extra, I'd like to switch to something simpler.
…
-
`pandoc` supports multiple markdown flavors.
From `pandoc` version 1.12.0.2:
- markdown
- markdown_github,
- markdown_mmd
- markdown_phpextra
- markdown_strict
It would be nice to be able to pick wh…
-
Some markdown flavors parse links event without the hyperlink syntax `[https://github.com](https://github.com)`. Is this possible to implement with the markdown parser that you use for the description…
-
#### Desire
As [I've poorly aforedescribed at `reddit.com/r/vscode` (to 5 upvotes)](https://www.reddit.com/r/Markdown/comments/1g8t2xt/can_markdowns_indented_code_blocks_be_disabled_in/?utm_sou…
-
This would allow writing content in a variety of different input languages / flavors of those languages (for instance it supports [six different markdown flavors](https://pandoc.org/MANUAL.html#markdo…
-
Several implementations of markdown have the ability to format strikethrough text ~~like this~~ (`~~like this~~`). See eg [here](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#emphas…