DeppWang / youdaonote-pull

📝 一个一键导出 / 备份「有道云笔记」所有笔记的 Python 脚本。 A Python script to export/backup all the notes of the "Youdao Note".
MIT License
1.33k stars 292 forks source link

转换成 markdown 后,原有文本格式丢失 #114

Closed kamiljune closed 7 months ago

kamiljune commented 1 year ago

拉取转换的过程,没有对原有文本的格式进行保留,包括:加粗、斜体、删除线、URL、复选框状态(已勾选)、表格中文字样式等

kamiljune commented 1 year ago

稍后我会提交一个 PR 大部分解决这些问题,让大家导出的格式大部分保留在 md 中

kamiljune commented 1 year ago

PR #115 已提交,请各位自行享用