-
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` …
-
While trying to implement a shortcode to generate a link that opens in a new tab (so I don't have to hand-code `` elements everywhere), I found that, by default, metalsmith-markdown uses GFM. GFM auto…
-
-
There is a workaround, but a real feature would be great.
| | |
| --- | --- |
| foo | bar |
| baz | eggs |
-
## 概要
MDパーサーライブラリを別で作る
## 参考
- https://github.github.com/gfm/
zztkm updated
2 years ago
-
GitHub and many other markdown libraries support tables. It'd be nice to have the gfm mode parse it, so that it can be styled. https://help.github.com/articles/github-flavored-markdown/#tables
This…
-
As a developer, I usually write blog in markdown format. Sometimes I need insert a code block in the article and as we know github flavor markdown is very friendly to programmers.
So I just wonder we…
-
Is there an obvious way to combine features from `GithubMarkdown` and `MarkdownExtra` that I'm missing?
Specifically, I'd like to have GitHub-flavored markdown plus one or two features from Markdown …
-
The GFM spec specifies that to make a line break, [a backslash can be used](https://github.github.com/gfm/#hard-line-breaks) so it is more visible. It also better because some editors automatically re…
-
**Question**
I am trying to use [an npm module](https://github.com/jsarafajr/slackify-markdown) as there is no native Deno equivalent. I am trying to convert GitHub markdown to Slack's custom markd…