Open Lruihao opened 2 weeks ago
To support an extended markdown format like obsidian comments.
This is an %%inline%% comment. %% This is a block comment. Block comments can span multiple lines. %%
{{- /* Comments for Markdown */ -}} {{- $content = replaceRE "%%(.|\n)*?%%" "" $content -}} {{- $content = replace $content "<p></p>" "" -}}
There is no good way to implement it, so let's put it aside for now.
Describe the feature you want 描述你的功能需求
To support an extended markdown format like obsidian comments.
Useful reference 有价值的参考