HaxeFoundation / haxe-markdown

A Markdown parser in Haxe.
MIT License
63 stars 24 forks source link

InlineParser: fix a regex error on Java #29

Closed Gama11 closed 6 years ago

Gama11 commented 7 years ago

On the Java target, this regex causes the following error:

Parsing warning: java.util.regex.PatternSyntaxException: Unclosed character class near index 22 \([\`*_{}[]()#+-.!])

See HaxeFoundation/haxe#4191.

Gama11 commented 5 years ago

@dpeek Perhaps it makes sense to have a new Haxelib release? There's also been a number of other fixes since the last one.