update martian

This commit is contained in:
Jiaxin Peng
2024-08-18 13:07:52 +01:00
parent b8a02c49f1
commit 3b774552af
9 changed files with 22 additions and 29 deletions

View File

@@ -1,11 +1,4 @@
## Improvements
- Change the way to sync the notes to notion for better debugging and error handling.
For now, if you have any error, you will see a notice in the top-right corner of the app. You can check the error message in the developer console (F12) for more details.
You can enter the developer console by pressing `option+cmd+I`(Mac) or `ctrl+shift+I`(Windows/Linux) in the app.
You can also toggle the developer console from the menu `View -> Toggle Developer Tools`.
- update the Markdown parser to ensure that no extra `\\` is added to the end of the line when having equations in the Markdown file
- 输入公式的时候,不会在公式后面加上多余的`\\`符号