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
# Sample```sh
nix run github:nix-community/nixos-anywhere -- --flake .#guest-"$TYPE" root@"$TARGET"```end of sample
Remove spaces from closing code-fences in the sample
Open preview to the side.
Result:
A # only starts a comment in bash when there's a leading space in front of it, or if it's at the beginning of the line.
The code editor highlights it correctly, the preview doesn't. And github is wrong here as well.
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Result:
A
#
only starts a comment in bash when there's a leading space in front of it, or if it's at the beginning of the line.The code editor highlights it correctly, the preview doesn't. And github is wrong here as well.
The text was updated successfully, but these errors were encountered: