Closed hishamkaram closed 7 years ago
Maybe you can use one fenced code block instead of those list of inline code snippets. Code blocks have their own horizontal scrollbar so they won't screw up the page structure.
Also you can use line breaks in those commands to make them shorter.
Example:
cmd1 arg1
cmd2 \
arg1 \
arg2
cmd 3
Plus, this way all commands can be copied at once - while those $-prefixed lines aren't. ;)
@juzraai Thank you