This PR addresses a couple of rendering issues in the README, e.g. note directives that show up as plain text. The usage of literal-blocks instead of code-block directive made it pretty hard to identify indentation issues during development. Prefixing shell commands with $ made it inconvenient to copy & paste.
This PR addresses a couple of rendering issues in the README, e.g.
notedirectives that show up as plain text. The usage ofliteral-blocksinstead ofcode-blockdirective made it pretty hard to identify indentation issues during development. Prefixing shell commands with$made it inconvenient to copy & paste.