You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typically, the syntax highlighter will parse the prompt (e.g., $) at the start of each line, then handle the remaining text using the shell language.
When copying the content of a console source block, it would be great if any leading $ characters could be removed automatically. This would allow users to paste the command(s) into their terminal and run them without alteration.