class Kramdown::Element

def options

The options hash for the element. It is used for storing arbitray options.
def options
  @options ||= {}
end