Class: MD4C::CodeBlock

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

Instance Attribute Summary collapse

Instance Attribute Details

#fence_charString (readonly)

Returns the value of attribute fence_char.

Returns:

  • (String)


70
71
72
# File 'lib/md4c.rb', line 70

def fence_char
  @fence_char
end

#infoArray[text_node] (readonly)

Returns the value of attribute info.

Returns:

  • (Array[text_node])


70
71
72
# File 'lib/md4c.rb', line 70

def info
  @info
end

#langArray[text_node] (readonly)

Returns the value of attribute lang.

Returns:

  • (Array[text_node])


70
71
72
# File 'lib/md4c.rb', line 70

def lang
  @lang
end