cebe / cebe/markdown

Backticks inside inline code blocks

Open
#99 2 comments 0 reactions 0 assignees View on GitHub
commonmark
Dominant language
HTML
Stars
1k
Forks
137
PR merge metrics
No merged PRs in 30d

Description

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 ` \``` `
``````

**Babelmark**

http://johnmacfarlane.net/babelmark2/?text=Please+remove+the+%60%5C%60+from+%60+%5C%60%60%60+%60%0A

**Expected Output**

`````` html

Please remove the \ from \```


``````

**Actual Output**

``` html
p>Please remove the \ from \`


```

Just a friendly report. I'm not trying to use cebe/markdown for this, just spotted it in the babelfish output while debugging something else. :)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.