ObsidianToAnki / Obsidian_to_Anki

Script to add flashcards from text/markdown files to Anki
GNU General Public License v3.0
1.54k stars 136 forks source link

Single quotation marks become &; when Add Obsidian Tags option is on. #606

Open 949886 opened 3 months ago

949886 commented 3 months ago
var s1 = '''
You can create
multi-line strings like this one.
''';   

var s2 = """This is also a
multi-line string.""";  

image

image

And it automatically generates a strange tag x27