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]*?>