OliverBalfour / obsidian-pandoc

Pandoc document export plugin for Obsidian (https://obsidian.md)
MIT License
719 stars 60 forks source link

Typo: Escape visible backslashes in settings view #167

Closed pflakus closed 2 months ago

pflakus commented 1 year ago

Please review! I did not review if the backslashes appear as expected in practice.

In the settings view for the plugin the single backslash does not appear, making e.g. the path C:\Users\Example\Documents appear as C:UsersExampleDocuments.
This commit escapes the backslash to (hopefully) render the intended backslash instead.