feat: support long notes syncing

This commit is contained in:
Jiaxin Peng
2024-08-18 17:16:08 +01:00
parent 800e218dee
commit b05c248c44
9 changed files with 514 additions and 321 deletions

View File

@@ -1,4 +1,8 @@
## Improvements
## Features
- Support WebP format images. 支持 WebP 格式图片。
- Support sync with long notes. 支持长文章同步。
Long articles or notes have been split into multiple parts, and the parts are synchronized in order.
长文章同步是通过将长文章或笔记拆分为多个部分,按顺序同步这些部分。
- update the Markdown parser to ensure that no extra `\\` is added to the end of the line when having equations in the Markdown file
- 输入公式的时候,不会在公式后面加上多余的`\\`符号