Josh Goebel
Josh Goebel
If I whip up a fix are you comfortable building from source and validating - perhaps throwing addition test cases at it trying to break it?
Might want to start here: https://highlightjs.readthedocs.io/en/latest/building-testing.html Once you've built a `node` build you can run markup tests (and write a few)... once you build a `browser` build you can use...
So seems for PHP we need to modify the line comment rule to also recognize `?>` as a comment terminator. I'd think we'd want a look-ahead regex there - since...
You really need to fire up the developer tool so you can see the spans visually.
I was thinking it might help YOU. :)
What are the actual markdown rules around this? When it encounters the `_` how would it know that is not the beginning of italics?
Which grammar choice results in the bad behavior?
> Maybe it is an idea that this plugin no longer should be recommended on the Readme of highlight.js? Makes sense, we'd take a PR for that.
I don't imagine we are in currently in a hurry to move away from fixed width font. What are the perceived benefits of the asesprite font?
Oh wow, that is one heck of a bug. That shouldn't even be possible.