Class: Coradoc::Mirror::Node::Abstract

Inherits:
Node
  • Object
show all
Defined in:
lib/coradoc/mirror/node.rb

Overview

Abstract block — [abstract]\n====\n...\n==== in AsciiDoc. Carries the same shape as Sidebar/Example but a distinct wire type so the block-level construct does not collide with the section-level abstract (one of Section's PM_ALIASES). The block preserves its block identity through round-trip; renderers that want a section view should look at SectionElement-style sources instead.

Defined Under Namespace

Classes: Attrs

Constant Summary collapse

PM_TYPE =
'abstract_block'