surfinzap / typopo

Fix frequent microtypography errors in multiple languages. Write neat texts without bothering about typography rules. Typopo works for English, German, Slovak, Czech and Rusyn language.
https://typopo.org
MIT License
89 stars 7 forks source link

It will add non-breaking space to image url in markdown #73

Closed fabulator closed 5 days ago

fabulator commented 2 weeks ago

Describe the bug I'm trying to process my markdown document but url to images or documents are also processed. They should be skipped.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'App typopo'
  2. Switch to Czech
  3. Copy:
![](url-to-image-5.jpg)

[fewfwe](url-to-image-5.jpg)
  1. Result will be
![](url-to-image-5. jpg)
[fewfwe](url-to-image-5. jpg)

Expected behavior Urls in markdown are not processed.

**Where it happened?

Additional context Just want to thank you for a great tool :)

surfinzap commented 2 weeks ago

Hi @fabulator, thanks for the report! I'll look into it.

surfinzap commented 5 days ago

Hi @fabulator, the issue has been fixed in the typopo app and the VS Code extension. Once again, thanks for the report.