enum

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

attributes?

Returns true if this enum value contains Attributes

Source
callouts?

Returns true if this enum value contains Callouts

Source
macros?

Returns true if this enum value contains Macros

Source
none?
Source
post_replacements?

Returns true if this enum value contains PostReplacements

Source
quotes?

Returns true if this enum value contains Quotes

Source
replacements?

Returns true if this enum value contains Replacements

Source
special_characters?

Returns true if this enum value contains SpecialCharacters

Source