bergie / hallo

Simple rich text editor (contentEditable) for jQuery UI
http://hallojs.org/
MIT License
2.43k stars 318 forks source link

Changes last digit in numbers to dot #217

Closed SebastianTroc closed 10 years ago

SebastianTroc commented 10 years ago

Hallo changes all numbers to number without last digit and adds a slash and dot.

Examples: 1000 produces 100. 250 produces 25.

domarty commented 10 years ago

I had this problem too. Solved it by replacing the to-markdown library with a newer version.

SebastianTroc commented 10 years ago

I did it too and it works like a champ now :) Thank you