struct Cmark::FencingDetails
- Cmark::FencingDetails
- Struct
- Value
- Object
Overview
An inmutable record that represents fencing details of a node with NodeType::CodeBlock
.
Defined in:
cmark/fencing_details.crConstructors
Instance Method Summary
-
#backtick?
Returns true if the fencing character is a backtick [~]
- #character : Char
- #length : Int32
- #offset : Int32
-
#tilde?
Returns true if the fencing character is a tilde [`]