question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Suggestion: put font-style italic on comments in code blocks

See original GitHub issue

I 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 screen shot 2016-06-09 at 9 33 37 am

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
sindresorhuscommented, Jun 18, 2016

We can leave it open in case we add options at some point.

0reactions
fregantecommented, Jul 26, 2017

Closing this as a consequence of #575

Continue here: https://github.com/sindresorhus/module-requests/issues/97

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found