I saw the 0.137.1 version of create an embedded comment shortcode in #13011, I would like to know if it is possible 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.
%%
Lastly, I’m the developer of the FixIt theme, and I imagine this would be easy to do using regular expressions in the theme, but I’d prefer Hugo provide this extended syntax.
Use the passthrough extension to preserve raw Markdown within delimited snippets of text. This was initially developed to support LaTeX mixed with Markdown, specifically mathematical expressions and equations.
If you use this extension for any other purpose (e.g., comments) you will not be able to use it for math.
If I were you I would not use the passthrough extension for this.