definition_lists Instance Public methods Allow PHP Markdown Extras style definition lists
extension(name, enable) Instance Public methods Enables or disables the extension with name
extension?(name) Instance Public methods Is the extension name enabled?
github Instance Public methods Allow Github Flavored Markdown
html Instance Public methods Allow HTML
notes Instance Public methods Enables the notes extension
new() Class Public methods Creates a new attribute manager that understands bold, emphasized and teletype text.
add_html(tag, name) Instance Public methods Adds a markup class with name for words surrounded by HTML tag tag. To process emphasis tags: am.add_html 'em', :EM
add_special(pattern, name) Instance Public methods Adds a special handler for pattern with name. A simple URL handler would be: @am.add_special(/((https?:)\S+\w)/, :HYPERLINK)
add_word_pair(start, stop, name) Instance Public methods Adds a markup class with name for words wrapped in the start and stop character. To make words wrapped with â*â bold: am.add_word_pair '*', '*', :BOLD
Page 889 of 11844