Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add optional semicolon in html entities regex
and make non-capturing group out of (\w+) that was not used in the function (only the entire surrounding group is used as a whole) The semicolon is outside of the capturing group so the input to the function is the same as before. See this comment: https://github.com/chjj/marked/pull/592/files/2cff859#r70888592
- Loading branch information