improve lists in man pages
This commit is contained in:
@@ -266,7 +266,7 @@ def parse_docs_configuration():
|
|||||||
opt_desc[name] = ""
|
opt_desc[name] = ""
|
||||||
line = line.strip()
|
line = line.strip()
|
||||||
if line.startswith(("* ", "- ")):
|
if line.startswith(("* ", "- ")):
|
||||||
line = "\n" + line
|
line = ".br\n" + line
|
||||||
elif line.startswith("| "):
|
elif line.startswith("| "):
|
||||||
line = line[2:] + "\n.br"
|
line = line[2:] + "\n.br"
|
||||||
opt_desc[name] += line + "\n"
|
opt_desc[name] += line + "\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user