-
First of all thanks for such a cool editor built in react. It would be wonderful if we can have this with github flavored markdown.
-
Checklist support (like offered in GFM) would be amazing: https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments
I realize that it could be a bit contentious to have checklists (why …
-
Since this pull request, Java (OpenJDK) has included a copy of commonmark-java:
- https://github.com/openjdk/jdk/pull/16388
When they copied the source files, they made a few adjustments too. Ther…
-
The parser seems to think that `[a] [b]` is the same as `[a][b]`.
```elixir
iex(1)> EarmarkParser.as_ast "[a] [b]\n[a]: a\n[b]: b"
{:ok, [{"p", [], [{"a", [{"href", "b"}, {"title", ""}], ["a"], …
-
Hi Paul, I'm deploying my website on `Netlify`, but it gave me below compiling error when installing dependency Ignite. Is this Swift version specific issue? My build is OK in my local machine with Sw…
-
These are a new feature in GFM, described in v0.29-gfm2 of https://github.com/github/cmark-gfm , though not yet on the main website for the GFM spec.
-
Hi, I think it would be nice to convert this:
``````
```js
``````
into a code block with a class called `lang-js`, for instance:
``` html
...
```
I'm trying to do syntax highlighting, but don't …
-
Review GFM implementation spec. https://github.github.com/gfm/
tivie updated
7 years ago
-
When Djockey emits GFM, it should be able to overwrite README.md in the repo root with:
- Some custom content
- Links to the "real" docs
- Links to the GFM docs, if they exist
-
I think we need to convert to the GitHub Flavored Markdown (GFM) dialect to properly support things like code blocks that are nested inside list items in a way that will render well in all our targets…