-
Consider the following:
import markdown
md = '''
Here are some elements:
* url
* repo url , which is a non-HTTP URL
* and is something else
*…
-
Just like jekkyl, it's very important for us to be able to link directly to subheadings in a website.
Unless we write our sources in html, this is not possible right now.. and it would be great to ha…
-
I may be misunderstanding the prescribed usage of the `tagfilter` extension, but it doesn't seem to be working.
``` r
library(commonmark)
markdown_commonmark("", extensions = "tagfilter")
#> […
-
https://dom.spec.whatwg.org/commit-snapshots/676fcbe6f1f9a3acab9e47aa6425715a818826a0/#ref-for-event-path-root-of-closed-tree
> then increase hiddenSubtreeLevel by
>
> 1.
Something interprete…
-
For the following content:
```
Some text
```
code
```
...
```
The code block isn't recognized as such. However, if you add a line before the code block, everything's fine. (I precise I found this…
-
A markdown table is included in a field description is not properly rendered.
![image](https://user-images.githubusercontent.com/381302/43963511-7ae3fc2c-9c88-11e8-9156-469744c7146f.png)
-
Using a [reference-style link](https://daringfireball.net/projects/markdown/syntax#link) fails to automatically convert a markdown file url to its html counterpart, which is inconsistent with the [doc…
-
See https://www.themotte.org/post/30/bugs-suggestions-and-small-comments/1529?context=8#context
Add some unit tests for this one once you've fixed it!
-
### Description
Scannning [this line](https://github.com/lightbend/scala-logging/blob/6d0edaf12ee64257b377f7b407eb5d3002e28654/project/Common.scala#L53) results in `upl-1.0` being detected in a…
-
Markdown can have yaml headers (yeah it's not in commonmark, maybe not a good idea either... but it happened). I think maybe md4c should skip parsing of "front matter" but also make it available for …