Suggestion: put font-style italic on comments in code blocks
See original GitHub issueI discovered that the extension was using (among others) Operator Mono for code blocks, so I thought it would be a nice touch to add this bit of CSS to enjoy the full advantages of Operator Mono:
.pl-c {
font-style: italic;
}
Here is how it looks
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
How do I get Visual Studio Code to display italic fonts in ...
The direct answer to this question is (from this github page):. Add this to settings.json ( ctrl + , or cmd + ,...
Read more >Creating and highlighting code blocks - GitHub Docs
Share samples of code with fenced code blocks and enabling syntax highlighting.
Read more >Marking code blocks fragments bold / italic - Spec
A naive suggestion considering the sparse use of repeated back quotes and/or tildes would be to have `` for bolding (and perhaps something...
Read more >Markdown Text 101 (Chat Formatting: Bold, Italic, Underline)
Markdown Text 101 (Chat Formatting: Bold, Italic, Underline) ... You can make your own code blocks by wrapping your text in backticks (`)....
Read more >Basic text styles - CKEditor 5 Documentation
Italic – Use the italic toolbar button Italic or type *text* or _text_; Code – Use the code toolbar button Code or type ......
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
We can leave it open in case we add options at some point.
Closing this as a consequence of #575
Continue here: https://github.com/sindresorhus/module-requests/issues/97