docs: `lxc list` web-based documentation has broken/unreadable layout
The web page at https://documentation.ubuntu.com/lxd/en/latest/reference/manpages/lxc/list/ has a broken layout compared to the output of lxc help list though they are clearly from the same source.
Web:
Textual output of lxc help list:
Pre-defined column shorthand chars:
4 - IPv4 address
6 - IPv6 address
a - Architecture
b - Storage pool
c - Creation date
d - Description
D - disk usage
e - Project name
l - Last used date
m - Memory usage
M - Memory usage (%)
n - Name
N - Number of Processes
p - PID of the instance's init process
P - Profiles
s - State
S - Number of snapshots
t - Type (persistent or ephemeral)
u - CPU usage (in seconds)
L - Location of the instance (e.g. its cluster member)
f - Base Image Fingerprint (short)
F - Base Image Fingerprint (long)
Reported from: https://documentation.ubuntu.com/lxd/en/latest/reference/manpages/lxc/list/
Heads up @mionaalex - the "Documentation" label was applied to this issue.
@minaelee are you able to take a look at this one please?
Hi @minaelee is this still on your radar? Thanks
This is in the docs backlog (Jira ticket).
The man pages are converted from Go to Markdown. The origin uses single newlines, which are ignored in Markdown. Converting each single newline to a double newline in Markdown would cause the formatting in many other pages to break; using double newlines in Go would break the formatting in the CLI output. I will need to look further to resolve this.