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.
黄海 69fb649e96
First Commit
1 year ago
..
.vscode First Commit 1 year ago
images First Commit 1 year ago
themes First Commit 1 year ago
README.md First Commit 1 year ago
marp.exe First Commit 1 year ago
template_work.md First Commit 1 year ago
template_work.pptx First Commit 1 year ago
执行.cmd First Commit 1 year ago

README.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

使用Marp将md笔记一键转为组会模板ppt

b站视频链接[https://www.bilibili.com/video/BV1we4y1K7PZ/?vd_source=0a4ec734b1e35319996bdf4563e55339#reply142830901520]

Update

2023-02-10 解决Zotero Better Notes以<span>标签实现块编辑而marp无法识别的问题

使用正则表达式替换:

<span[\s\S]*?>
<a[\s\S]*?>
</[\s\S]*?>