class Luce::UnparsedContent

Overview

Inline content that has not been parsed into inline nodes (strong, links, etc).

These placeholder nodes should only remain in place while the block nodes of a document are still being parsed, in order to gather all reference link definitions.

Defined in:

luce/ast.cr

Constructors

Instance Method Summary

Instance methods inherited from class Luce::Node

accept(visitor : NodeVisitor) : Nil accept, text_content : String text_content

Constructor Detail

def self.new(text_content : String) #

Instance Method Detail

def accept(visitor : NodeVisitor) : Nil #

def text_content : String #