***** urls #% markdown Markdown supports two styles of headers, Setext and atx Setext atx #% pandoc markdown #% multimarkdown #% markdown pandoc v multimarkdown #% rST v markdown ***** rb file lib/sisu/v6/txt_markdown.rb ***** transformations :transformations:markup_markdown: #% #% structure - headings, levels [] sisu (A-C, 1-3) [] collapsed (1-6) (decoration) [inline 1-5] '#' '##' '###' '####' '#####' '######' [underscore 1-5] '=' '-' #'~' #'^' #'+' [] node (child, parent ...) #% font face [open & close marks] [] bold '**' [] italics '*' [] underscore '' [] superscript '' [] subscript '' [] strike '' [] add [] monospace '`' #% para [] default [] indent [] default, all [] first line hang or indent further [] bullet '*' [] numbered list '0.' #% blocks [] code ' ' #indent at least 4 spaces [] [type of markup if any] [] poem [] group [] alt [] tables #% notes [] footnotes [] [bibliography?] #% links, linking [] links - external, web, url [] links - internal #% images [multimedia?] [] images [] [base 64] #% object numbers [] ocn (object numbers) #% contents [] toc (table of contents) [] index (book index) #% breaks [] line break [] horizontal rule (three or more asterisks hypens or underscores) * * * *** ***** - - - ___ [] column break [] page break #% misc