Original issue: Leaflet/Leaflet#5668
Example (using "@" as the leading character like in Leaflet):
/*
* @class TestLeafdoc
*
* this is my text
* with another line
* and now testing the "@" symbol
* this should be after the "@" symbol.
*/
The "and now testing the "@" symbol" line does not appear in the generated HTML output.
Might be interesting detecting the leading character (:fallen_leaf: or @ or whatever) only if it appears at the beginning of the line?
Or warn that it should not be used within the content?