bergie/hallo

Changes last digit in numbers to dot

Closed this issue · 2 comments

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

Examples:
1000 produces 100.
250 produces 25.

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

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