-
We're using prismjs for syntax highlighting of code blocks.
There is a plugin for it that adds a copy to clipboard button: https://prismjs.com/plugins/copy-to-clipboard/
## Notes
- We might want …
-
- [x] I have read all open and **closed** Issues and confirm that this is not a duplicate.
Color syntax on code for easy working on code
-
It would be nice to have a button to copy the entire content of code blocks, like the one supported in GitHub markdown:
```
pip install dvclive
```
---
-
**Describe the bug**
I was doing some testing of XSS attack handling, with requests like:
```
GET http://localhost:3000/admin/visitors?go=alert(219);
GET https://[mydomain]/admin/visitors?
-
Hello,
Having this problem consistently and right now it is a deal breaker, whenever I post snippets of code back into StackEdit, it breaks all line formatting, for example here is the difference o…
-
The color for plain text in [`markdown-preview`](https://atom.io/packages/markdown-preview) code blocks is equal the background color and can therefore not be seen.
![ghi-46-scrot-before](https://c…
-
As pointed out by a user named `@Pearl` on the discord server, some documentation pages overflow out of the viewport, and without scrollbar, rendering them impossible to read.
By investigating furt…
-
The css has a general `a:visited` defined to a tint of blue, which applies to code blocks and thus changes highlighting:
![code_block](https://github.com/plfa/plfa.github.io/assets/6893125/eedebf8f…
adql updated
7 months ago
-
i think there is quite another problem. Blockly picks up the wrong C++ statement causing the interrupt not seen.
\the statement for interrupt in blockly should translate int: attachInterrupt (digital…
-
I keep my notes in Markdown format, and it would be very useful if the plugin supported Markdown code blocks syntax highlighting.
I'm not familiar with the VSC plugin internals, however, based on a…