-
This repository is only place where we can find the GFM specs in raw format.
To make GFM implementations to easily test against specifications and to allow specification only feedback (issues, impr…
-
https://github.com/jygastaud/hugo-microtypo/blob/master/microtypo/layouts/partials/content.html#L25
-
I was having trouble rendering a table. A table like this:
| key | value
---------------
| first | 0
Was rendered raw until I specified it as this:
| key | value |
| ---- | ----------- |
…
-
**Describe your proposed improvement and the problem it solves.**
Seems this (great) tool does not render [Github Markdown "alerts"](https://github.com/orgs/community/discussions/16925), as Github do…
-
* I had to upgrade to Gradle version 7.4.2 because of a class file incompatibility problem
* The Google Java formatting plugin then failed with "missing annotations"
I got the build to work by dis…
-
I use **insert code shortcut** in markdown cell but it show me like this ? just show me a one line code?
![image](https://user-images.githubusercontent.com/8144089/35254808-d88c171e-0026-11e8-8434-d8…
-
I dont think i am the only one with this Problem but there is tab stop in front of each row of the table which forces the MD Editor to interprete it as a Codeblock rather than a Table.
I am not able …
-
```
λ just docs
poetry run sphinx-build -a docs docs/site
Running Sphinx v3.4.3
myst v0.13.1: MdParserConfig(renderer='sphinx', commonmark_only=False, dmath_allow_labels=True, dmath_allow_space=Tr…
-
This is one of those things that would be made easier with CommonMark compliance, but even without that as a goal seems like a bug to me.
**Example**
``````
Please remove the `\` from ` \``` `
````…
-
I think the way inline links are currently implemented is way to difficult to write. I don't really want to use HTML for this purpose if there is another way. Maybe you can offer support for existing …