mkusz / mkdocs-publisher

Publisher for MkDocs - a set of plugins for content creators
https://mkusz.github.io/mkdocs-publisher/
MIT License
44 stars 1 forks source link

Add support for Obsidian.md comment syntax #46

Closed mkusz closed 9 months ago

mkusz commented 9 months ago

Feature description

Basic syntax of Obsidian.md flavored Markdown allows adding comments (block and inline) by using %% opening and closing symbols. Example:

This is an %%inline%% comment.

%%
This is a block comment.

Block comments can span multiple lines.
%%

Project plugin

Link

https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax#Comments

AgedLace commented 9 months ago

This is working in version 1.2.0.