Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持 Obsidian Comment, 输出的 markdown 去掉注释的内容 #6

Open
hailiang-wang opened this issue Mar 5, 2023 · 0 comments

Comments

@hailiang-wang
Copy link
Owner

hailiang-wang commented Mar 5, 2023

https://help.obsidian.md/How+to/Format+your+notes

screenshot_20230305133110

  • 出现在成对的 %%%% 作为注释删除
  • 只支持:1) %% 作为开头和结尾的行,不支持 inline 模式,不支持隔行模式

inline 模式

这是 %%一行%%

隔行模式

%%
不会去掉
这行
%%

方案

以上需求通过下面的方案解决。

这是
%%一行%%

%%不会去掉%%
%%这行%%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant