component-docs
component-docs copied to clipboard
Move relevant `sh` codeblocks to `console`
yeah so my stance on that is that writing into a console is not normally syntax highlighted either, so it matches.
If we have a
shell script, or abashscript, then it makes sense to use those, but my stance here is that if it's a console command you're supposed to enter there are other ways to make it more readable:something \ --like this \ --rather-than consoleand if it's code, then it should be highlighted.
Originally posted by @vados-cosmonic in https://github.com/bytecodealliance/component-docs/pull/218#discussion_r2011220029