You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.. | ||
.vscode | 1 year ago | |
images | 1 year ago | |
themes | 1 year ago | |
README.md | 1 year ago | |
marp.exe | 1 year ago | |
template_work.md | 1 year ago | |
template_work.pptx | 1 year ago | |
执行.cmd | 1 year ago |
README.md
使用Marp将md笔记一键转为组会模板ppt
Update
2023-02-10 解决Zotero Better Notes以<span>标签实现块编辑,而marp无法识别的问题
使用正则表达式替换:
<span[\s\S]*?>
<a[\s\S]*?>
</[\s\S]*?>