ryanmcalister / unotes

Unotes Visual Studio Code Extension. A markdown WYSIWYG notes editor.
MIT License
174 stars 22 forks source link

Prevent unotes from auto formatting URLs #76

Open GorvGoyl opened 4 years ago

GorvGoyl commented 4 years ago

whenever I open md file in unotes it formats the URLs. md file before opening in unotes

- use styled components https://styled-components.com/

After opening in unotes: - use styled components [https://styled\-components\.com/](https://styled%5C-components%5C.com/)

Why to add so much of visual clutter? I want to keep the url as it is. let me decide whether I want to format urls or not.

mukeshsharma1201 commented 2 years ago

I have the same issue. There should be a way to disable this behaviour.