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
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,8 @@ Simply get a copy of your currently selected code or text snippet added to your
30
30
31
31
### Copy Snippet as Markdown Code Block
32
32
33
-
Copies the currently selected snippet without leading indentation and automatically wraps it in a [fenced Markdown code block](https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks).
33
+
Copies the currently selected snippet without leading indentation and automatically wraps it in a [fenced Markdown code block](https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks).
34
+
The code block can automatically include the language identifier for automatic syntax highlighting on some websites or tools. See below for details.
0 commit comments