Add minimal asciidoc syntax
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 15 Mar 2011 23:57:10 +0000 (09:57 +1000)
committerGaetan Nadon <memsize@videotron.ca>
Wed, 16 Mar 2011 16:59:19 +0000 (12:59 -0400)
commitf21f00bd9b8e641d639d70d086df1b14faa34e38
treebee06cb7cc1c61b438ff84be130d7176e0b61357
parent13baef91f071ee1607f4c3bf6c1fea60e6651b89
Add minimal asciidoc syntax

Though this protocol description is mainly to be viewed as textfile, a few
minor changes make it parsable for asciidoc to spit out reasonably
nicely-formatted html code.

Changes include:
- underline section headers with the matching lines
- add linebreaks before lists to parse them as lists
- change indentation level for normal text to be left-marging aligned and
  for <pre> text to be indented
- comment out section dividers

It's possible to run asciidoc XI2proto.txt and get some nice html output
now.

Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
XI2proto.txt