Class MaRuKu::AttributeList
In: lib/maruku/attributes.rb
Parent: Array

This represents a list of attributes specified in the Markdown document that apply to a Markdown-generated tag. What was `{id .class key="val" ref}` in the Markdown is parsed into `[[:id, ‘id’], [:class, ‘class’], [‘key’, ‘val’], [:ref, ‘ref’]]`.

Methods

to_md   to_s  

Public Instance methods

to_md()

Alias for to_s

[Validate]