We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pipes inside code blocks inside table cells mess up the table
! description ! systemd command ! openrc command ! | list all services | `systemctl` or `systemctl | cat` (no pager) | `rc-status --servicelist` | | list enabled services | `systemctl list-unit-files | grep enabled` | `rc-status` | | enable a service | `systemctl enable <servicename>` | `rc-update del <servicename>` | | disable a service | `systemctl disable <servicename>` | `rc-update add <servicename>` | | start a service | `systemctl start <servicename>` | `service <servicename> start` |
The text was updated successfully, but these errors were encountered:
Yeah, happens. Prepend those pipes with backslashes, it will make it work until the parser is rewritten as it should be
Sorry, something went wrong.
No branches or pull requests
pipes inside code blocks inside table cells mess up the table
The text was updated successfully, but these errors were encountered: