Class: MaRuKu::In::Markdown::SpanExtension
- Defined in:
- lib/amp-front/third_party/maruku/input/extensions.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
lambda.
-
#chars ⇒ Object
trigging chars.
-
#regexp ⇒ Object
trigging regexp.
Instance Attribute Details
#block ⇒ Object
lambda
14 15 16 |
# File 'lib/amp-front/third_party/maruku/input/extensions.rb', line 14 def block @block end |
#chars ⇒ Object
trigging chars
10 11 12 |
# File 'lib/amp-front/third_party/maruku/input/extensions.rb', line 10 def chars @chars end |
#regexp ⇒ Object
trigging regexp
12 13 14 |
# File 'lib/amp-front/third_party/maruku/input/extensions.rb', line 12 def regexp @regexp end |