jefago / tiny-markdown-editor

TinyMDE: A tiny, dependency-free embeddable HTML/JavaScript Markdown editor.
MIT License
96 stars 12 forks source link

Dollar sign with number had been skipped #38

Closed walaman closed 11 months ago

walaman commented 11 months ago

Scenario: Trying to type a cost e.g. "$10.9" and the editor had automatically removed it.

Seems it is related to placeholder replacement: https://github.com/jefago/tiny-markdown-editor/blob/main/src/TinyMDE.js#L144

May i know if there are any configuration to allow me to input a cost like (e.g. "$10.9") text?

Thank you very much.

jefago commented 11 months ago

Thanks @walaman for the report and the root cause analysis, fixed this.