Class: Coradoc::Markdown::Comment

Inherits:
Base
  • Object
show all
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.

Method Summary

Methods inherited from Base

visit, #visit