Asciidoctor::ContentModel
Inherits Enum < Comparable < Value < Object
Describes the type of content a block accepts and how it should be converted.
Constants
Compound = 0
This block contains other blocks
Simple = 1
This block holds a paragraph of prose that receives normal substitutions
Verbatim = 2
This block holds verbatim text (displayed "as is") that receives verbatim substitutions
Raw = 3
This block holds unprocessed content passed directly to the output with no substitutions applied
Empty = 4
This block has no content
Skip = 5
This block should be skipped (e.g., comment blocks)