Class: Coradoc::Mirror::Node::RawInline
- Inherits:
-
Node
- Object
- 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'
Instance Method Summary collapse
Instance Method Details
#text_content ⇒ Object
186 187 188 |
# File 'lib/coradoc/mirror/node.rb', line 186 def text_content text.to_s end |