Changes last digit in numbers to dot
Closed this issue · 2 comments
SebastianTroc commented
Hallo changes all numbers to number without last digit and adds a slash and dot.
Examples:
1000 produces 100.
250 produces 25.
domarty commented
I had this problem too. Solved it by replacing the to-markdown library with a newer version.
SebastianTroc commented
I did it too and it works like a champ now :) Thank you