rjeschke / txtmark

Yet another markdown processor for the JVM
Apache License 2.0
449 stars 100 forks source link

Emiiter#checkEntity fails to recognize entities with digits (e.g., ¼) #19

Closed fleaflicker closed 10 years ago

fleaflicker commented 10 years ago

For example, the following input

this is a fraction ¼

Will incorrectly generate this output, even though frac14 is one of the safe entities defined in HTML.java

<p>this is a fraction &amp;frac14;</p>
rjeschke commented 10 years ago

I will deploy a new version to central tonight or tomorrow.

fleaflicker commented 10 years ago

Thanks, it's a great library, a joy to use so far.

rjeschke commented 10 years ago

So, new version (0.11) deployed, should be visible soon.