-
For one more time I got to conclusion that I
-
GFM (GitLab Flavored Markdown)
https://docs.gitlab.com/ee/user/markdown.html#tables
Probably easiest to convert to ASCII using another library? ¯\_(ツ)_/¯
-
### Proposal
when the total table width is too large (e.g., >120), try to save space
#### Case 1
```markdown
| a | b | c |
| --- | --------- | ---------- |
| a | b …
-
- list1
- list2
1. 一番目
1. 二番目
1. 三番目
-
Docs say:
> only our GFM processor will always match the results you see on GitHub
https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll
I ha…
-
The line is pretty blurry between text and source, but I feel that since HTML and XML are "text.html" and "text.xml", respectively, that Markdown should also be considered text rather than source.
In…
-
zed 0.11.2 does not render markdown tables
Is GFM support planned?
The github website supports GFM.
-
Hello.
Visual Studio added markdown support in [version 2022 release 17.5](https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes-v17.5#1750--visual-studio-2022-version-175).
Cha…
-
### Search first
- [X] I searched and no similar issues were found
### What Happened?
As a Logseq is advertised as supporting Markdown as main format , please consider using a proper parser.
…
-
I understand that remark uses code from markedjs, however markedjs appears to support tasklist syntax ([example](https://marked.js.org/demo/?text=%20-%20%5B%20%5D%20One%0A%20-%20%5Bx%5D%20Two%0A%20-%2…