class Luce::LineBreakSyntax

Overview

Represents a hard line break

Defined in:

luce/inline_syntaxes/line_break_syntax.cr

Constructors

Instance Method Summary

Instance methods inherited from class Luce::InlineSyntax

matches?(parser : InlineParser, start_match_pos : Int32 | Nil = nil) : Bool matches?, on_match(parser : InlineParser, match : Regex::MatchData) : Bool on_match, pattern : Regex pattern

Constructor methods inherited from class Luce::InlineSyntax

new(pattern : String, start_character : Int32 | Nil = nil, case_sensitive : Bool = true) new

Constructor Detail

def self.new #

Instance Method Detail

def on_match(parser : InlineParser, match : Regex::MatchData) : Bool #

Create a void <br> element.