Class: Coradoc::Mirror::Node::RawInline
- Inherits:
-
Coradoc::Mirror::Node
- Object
- Lutaml::Model::Serializable
- Coradoc::Mirror::Node
- Coradoc::Mirror::Node::RawInline
- Defined in:
- lib/coradoc/mirror/node.rb
Overview
Raw inline passthrough — content the source format marked as “do not process, emit verbatim.” Distinct from ‘text` so renderers can skip escaping without sniffing content for `<…>`. AsciiDoc’s ‘+++raw+++` is the canonical producer.
Constant Summary collapse
- PM_TYPE =
'raw_inline'
Constants inherited from Coradoc::Mirror::Node
Instance Method Summary collapse
Instance Method Details
#text_content ⇒ Object
179 180 181 |
# File 'lib/coradoc/mirror/node.rb', line 179 def text_content text.to_s end |