This plugin adds a "copy" button to # Header lines within the document. Clicking the button will copy everything
within that section (eg: up to the next # Header line of the same level). Data is copied as raw markdown.
%%comments%% or lines containing only #tags# Header line of any levelThere are some ways in which %%comments%% and inline code interact which Obsidian itself is inconsistent about.
Take for example the code:
%%comment `code A%%A`B%%B end
Editor View considers the comment to end at B%%B, while Reader View considers the comment to end at A%%A.
This plugin does not attempt to make any decision on such cases. Because Obsidian is inconsistent, the plugin also
considers such mixtures to result in undefined behavior.