Skip to content
New issue

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 #176

Closed
ForestJohnson opened this issue Aug 27, 2022 · 1 comment
Closed

Comments

@ForestJohnson
Copy link

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`       |

@bouncepaw
Copy link
Owner

Yeah, happens. Prepend those pipes with backslashes, it will make it work until the parser is rewritten as it should be

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants