GuoSheng Du
GuoSheng Du
md file like this: ```markdown ## test $a=\{1,2\}$ $b=\#1$ $c=\&1$ $d=\_1$ $e=\$1$ $f=\%100$ ``` before: now:
now, line feed can be sent correctly to anki, but seems like that anki doesn't support it.
now, content like this can be sent correctly. ```md $$ \begin{align} P ::&= P \\ &|\ \neg P \\ &|\ \top \\ &|\ \bot \\ &|\ P\backslash /P \\ &|\...
add some tests for this.
But these tests don't seem very intuitive, because they can't show the final effect. I posted some screenshots in the comments above:)
I've updated the test of latex conversion, maybe this could be better.
fix: Send to DirName just creates a deck called 'deck/subdeck' [#80](https://github.com/jasonwilliams/anki/issues/80)
I only tested this command on Windows that file path separated by `\`(return value of `relative`), this bug will be fixed soon.
I tested the following steps: 1. create a md file for test (I use `---` instead of `%` to separate front/back) ```markdown ## this is a test file front content...
I did not store noteid in vscode workspace, but query it every time. However, I forgot front content could be change too. So I just query note title this time....