bpt26 / usher_wiki

docs holder for usher wiki
GNU General Public License v3.0
2 stars 8 forks source link

Use sh instead of shell-session so that hashes aren't missed in ctrl-C #7

Closed theosanderson closed 2 years ago

theosanderson commented 2 years ago

Something that sometimes throws me, and might confuse new users is that when you try to copy snippets from the (excellent) UShER docs, you get something like this:

image

The #s indicating comments are not selected, and not copied and so if you naively paste this the terminal tries to execute the comments.

This PR (demo) would change the code blocks to use sh not shell-session which seems to avoid that.

image

No worries if you don't like it though!