class Luce::UnorderedListSyntax
- Luce::UnorderedListSyntax
- Luce::ListSyntax
- Luce::BlockSyntax
- Reference
- Object
Overview
Parses unordered lists
Defined in:
luce/block_parser.crInstance Method Summary
- #list_tag : String
-
#pattern : Regex
Return the regex used to identify the beginning of this block, if any.
Instance methods inherited from class Luce::ListSyntax
can_end_block?(parser : BlockParser) : Bool
can_end_block?,
list_tag : String
list_tag,
parse(parser : BlockParser) : Node
parse
Class methods inherited from class Luce::ListSyntax
blocks_in_list : Array(Regex)
blocks_in_list
Instance methods inherited from class Luce::BlockSyntax
can_end_block?(parser : BlockParser)
can_end_block?,
can_parse?(parser : BlockParser)
can_parse?,
parse(parser : BlockParser) : Node | Nil
parse,
parse_child_lines(parser : BlockParser) : Array(String | Nil)
parse_child_lines,
pattern : Regex
pattern
Class methods inherited from class Luce::BlockSyntax
at_block_end?(parser : BlockParser) : Bool
at_block_end?,
generate_anchor_hash(element : Element) : String
generate_anchor_hash
Instance Method Detail
def pattern : Regex
#
Description copied from class Luce::BlockSyntax
Return the regex used to identify the beginning of this block, if any.