fletcher/MultiMarkdown-6

Unable to generate single (raw) backslash

Open

#133 opened on Jul 17, 2018

View on GitHub
 (3 comments) (0 reactions) (0 assignees)C (97 forks)github user discovery
help wanted

Repository metrics

Stars
 (680 stars)
PR merge metrics
 (PR metrics pending)

Description

I am unable to output a single backslash in raw mode.

On the left is input and right shows output:

`\`    =>   <p>``</p>
`\\`   =>   <p><code>\\</code></p>

Using v6.3.2 installed via homebrew.

Contributor guide