Class: Coradoc::Markdown::Comment
- Defined in:
- lib/coradoc/markdown/model/comment.rb
Overview
HTML comment in Markdown source (‘<!– text –>`).
Markdown has no native comment syntax; HTML comments are the conventional mechanism for non-rendered authoring notes. Both AsciiDoc single-line (‘//`) and block (`//// … ////`) comments collapse to this type.