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