class Tourmaline::Format::KeyValueItem inherits Tourmaline::Format::Token # Constructors# .new(key : Token | String, value : Token | String) # View source Methods# #key : String | Tourmaline::Format::Token # View source #key=(key) # View source #to_html : String # View source #to_md(version : Int32 = 2) : String # View source #value : String | Tourmaline::Format::Token # View source #value=(value) # View source