]> xenbits.xensource.com Git - xen.git/commit
docs: workaround markdown parser error in xen-command-line.markdown
authorIan Campbell <ian.campbell@citrix.com>
Wed, 19 Nov 2014 10:42:18 +0000 (10:42 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 12 Aug 2015 10:46:41 +0000 (11:46 +0100)
commit3e9054c523ed089d04cf10b7f5b417240be85760
tree6491b23a1cf5ba94f2a964c756efcf8849c0b70f
parent214fd40a20fa5988b4ea021c2d06e8aca8dda184
docs: workaround markdown parser error in xen-command-line.markdown

Some versions of markdown (specifically the one in Debian Wheezy, currently
used to generate
http://xenbits.xen.org/docs/unstable/misc/xen-command-line.html) seem to be
confused by nested lists in the middle of multi-paragraph parent list entries
as seen in the com1,com2 entry.

The effect is that the "Default" section of all following entries are replace
by some sort of hash or checksum (at least, a string of 32 random seeming hex
digits).

Workaround this issue by making the decriptions of the DPS options a nested
list, moving the existing nested list describing the options for S into a third
level list. This seems to avoid the issue, and is arguably better formatting in
its own right (at least its not a regression IMHO)

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
(cherry picked from commit ae325e94d2076f3953824e069c062908221f7325)
docs/misc/xen-command-line.markdown