. tests/functions.sh title "lists" rc=0 MARKDOWN_FLAGS= try 'two separated items' \ ' * A * B' \ '' try 'two adjacent items' \ ' * A * B' \ '' try 'two adjacent items, then space' \ ' * A * B space, the final frontier' \ '

space, the final frontier

' try 'nested lists (1)' \ ' * 1. Sub (list) 2. Two (items) 3. Here' \ '' try 'nested lists (2)' \ ' * A (list) 1. Sub (list) 2. Two (items) 3. Here Here * B (list)' \ '' try 'list inside blockquote' \ '>A (list) > >1. Sub (list) >2. Two (items) >3. Here' \ '

A (list)

  1. Sub (list)
  2. Two (items)
  3. Here
' try 'blockquote inside list' \ ' * A (list) > quote > me dont quote me' \ '' try 'empty list' \ ' - - ' \ '' try 'blockquote inside a list' \ ' * This is a list item. > This is a quote insde a list item. ' \ '' try 'dl followed by non-dl' \ '=a= test 2. here' \ '
a
test
  1. here
' try 'non-dl followed by dl' \ '1. hello =sailor= hi!' \ '
  1. hello
sailor
hi!
' summary $0 exit $rc