diff --git a/docs/build-manual.py b/docs/build-manual.py index 5f1227d..524bba2 100644 --- a/docs/build-manual.py +++ b/docs/build-manual.py @@ -189,7 +189,7 @@ SHELL_HEADS = frozenset( if jobs kitty ls man math mkdir mv nvim npm pacman paru pip pip3 pkg printf python python3 rm set shutdown source string sudo switch systemctl test time tmux touch trash type wget wezterm while yay zellij zypper - fish_default_key_bindings fish_vi_key_bindings + fish_default_key_bindings fish_vi_key_bindings fish_config """.split() ) @@ -394,7 +394,13 @@ def _render_para(para: list[str], entry_name: str | None, deeper: bool) -> str: table = _as_ruled_table(para) or _as_table(para) or _as_file_tree(para) if table is not None: return table - return "\n".join(INDENT + line for line in para) + # MDX (used for any page that also carries an