struct

Cmark::FencingDetails

Inherits Struct < Value < Object

An inmutable record that represents fencing details of a node with NodeType::CodeBlock.

Constructors

new(length : Int32, offset : Int32, backtick = true)
Source

Instance methods

backtick?

Returns true if the fencing character is a backtick [~]

Source
character
Source
length
Source
offset
Source
tilde?

Returns true if the fencing character is a tilde [`]

Source