Class
MaRuKu::In::Markdown::SpanLevelParser::SpanContext
In:
lib/maruku/input/parse_span_better.rb
Parent:
Object
Methods
describe
new
push
push_char
push_element
push_elements
push_space
push_string_if_present
Included Modules
MaRuKu::Strings
Attributes
cur_string
[RW]
elements
[RW]
Read elements
Public Class methods
new
()
Public Instance methods
describe
()
push
(e)
Alias for
push_element
push_char
(c)
push_element
(e)
push_elements
(a)
push_space
()
push
space into current string if there isn‘t one
push_string_if_present
()
[Validate]