-
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"], …
-
The installation of Shinychat stopped due to an error I do not understand. I have included the results of the pak command
> pak::pak("jcheng5/shinychat")
✔ Updated metadata database: 5.50 MB in 15…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues).
### P…
-
From the readme I can’t see any information about whether it comply to [CommonMark](http://commonmark.org/). However, this project is listed as CommonMark parser in [their Wiki](https://github.com/com…
-
Currently `(*) *BOLD* text` is parsed as `() BOLD*` text. It should be `(*) BOLD text` according to CommonMark. Is CommonMark expected in this project?
-
Hello,
I’ve just installed the gem into a Rails app and without passing in any options, Commonmarker is generating HTML headings with an anchor link inside of them:
```
% bin/rails c
Loading d…
-
I don't know if this has been discussed yet, but I think it's high time to switch to CommonMark.
It looks like there are (at least) 2 JavaScript implementations:
- https://github.com/jgm/commonmark.j…
-
Is it possible to get this library there, or would it make more sense to crate a new one?
If it makes sense for this library.. what is there to do?
-
On the [main web page](https://keepachangelog.com/en/1.0.0/) it doesn't say anywhere to use Markdown. You should mention it. Also, are you suggesting to use Markdown or [Commonmark](https://commonmark…
-
Not sure if this is the place to make this request, but I thought it could be useful to have the syntax provided by the [CommonMark AttributesExtension](https://commonmark.thephpleague.com/2.3/extens…