Skip to content

Tags: bsnelder/simple-markdown

Tags

0.1.1

Toggle 0.1.1's commit message
Fix backslash in `[^` block

This backslash was being ignored because `\_` is the same as `_`.
It should have been `\\_` in the regex and `"\\\\_"` in the string,
so that it only accepts backslashes followed by characters, and the
`[^` block never tries to take a backslash and then has to backtrack
for the `\\\\[\\s\\S]` block :).

Also bumped the version for this bugfix

0.1.0

Toggle 0.1.0's commit message
update dev to react 0.15

0.0.9

Toggle 0.0.9's commit message
Add Bower Support