Add support for 'shebang' at top of code snippets
When a user posts a code snippet using the 3 graves ( ` ), currently the user can add a language immediately following the first triple grave. (ex ```python)
I suggest adding the ability to match shebangs at the top of pasted code. This means #!/usr/bin/python3 wouth have the same effect as ```python or ```py.
0
Please sign in to leave a comment.
Comments
0 comments