Skip to content

Conversation

@jercos
Copy link

@jercos jercos commented Jul 23, 2014

Currently, on a superscript grouping ^(like this), backslashes cause an instant end to the group, as though the first backslash seen was a closing paren. This behavior seems undesirable, and most likely unintended.

Example: ^((\^test\)) should result in <p><sup>(^test)</sup></p>\n, but actually results in <p><sup>(\</sup>test))</p>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant