Asciidoctor::Substitution
Inherits Enum < Comparable < Value < Object
Represents the types of substitutions that can be applied to AsciiDoc content.
Constants
SpecialCharacters = 1
Quotes = 2
Attributes = 4
Replacements = 8
Macros = 16
PostReplacements = 32
Callouts = 64
None = 0
All = 127
Instance methods
none?
Source