Code blocks in comments
See original GitHub issueProposal: Use backtick (`
).
- Escape backticks within code as
\`
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Codeblocks comment out whole block - Stack Overflow
First, select the code. After that, press Ctrl + Shift + C .
Read more >Creating and highlighting code blocks - GitHub Docs
Share samples of code with fenced code blocks and enabling syntax highlighting.
Read more >Commenting out code - IBM
To comment out multiple code lines right-click and select Source > Add Block Comment. ( CTRL+SHIFT+/ ); To uncomment multiple code lines right-click...
Read more >Keyboard Shortcuts - Code::Blocks
Comment highlighted code, Ctrl + Shift + C ; Uncomment highlighted code, Ctrl + Shift + X ; Duplicate line caret is on,...
Read more >4.6 Block comments - C Style
4.6 Block comments. Block comments are typically found within functions, between 'chunks' of code. ... A block comment usually describes code below it....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
would hljs (https://highlightjs.org/usage/) be welcome for this?
Implemented by #270 .
Code highlighting and other follow-up work can be opened as new issues if you want @atesgoral 😄