Class: MD4C::OrderedList

Inherits:
Object
  • Object
show all
Defined in:
lib/md4c.rb,
ext/md4c/rb_md4c.c

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#mark_delimiterObject (readonly)

Returns the value of attribute mark_delimiter.



40
41
42
# File 'lib/md4c.rb', line 40

def mark_delimiter
  @mark_delimiter
end

#startObject (readonly)

Returns the value of attribute start.



40
41
42
# File 'lib/md4c.rb', line 40

def start
  @start
end

Instance Method Details

#tight?Boolean

Returns:

  • (Boolean)


42
43
44
# File 'lib/md4c.rb', line 42

def tight?
  @tight
end