Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backslash in strings triggers error #3

Closed
szhorvat opened this issue Apr 30, 2016 · 1 comment
Closed

Backslash in strings triggers error #3

szhorvat opened this issue Apr 30, 2016 · 1 comment
Assignees
Labels

Comments

@szhorvat
Copy link

This markdown

    :::wolfram
    "\\foo"

is translated to

<div class="codehilite"><pre><span></span><span class="s">&quot;</span><span class="err">\\</span><span class="s">foo&quot;</span><span class="w"></span>
</pre></div>

The \\ is marked as an error in the string.

rsmenon added a commit that referenced this issue Apr 30, 2016
@rsmenon rsmenon added the bug label Apr 30, 2016
@rsmenon rsmenon self-assigned this Apr 30, 2016
@rsmenon
Copy link
Owner

rsmenon commented Apr 30, 2016

This is now fixed in d4b7562

@rsmenon rsmenon closed this as completed Apr 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants