We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
*italics*
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I know this is really, really pedantic, but I kinda wish block quote text were either:
More concretely, currently the block quote styling looks like
All block quote text is italicized by default
even though the markdown source is > Normal text not > *Italics*.
> Normal text
> *Italics*
However, when I do use *Italics* within the block quote it's a no-op, i.e.
*Italics*
> No explicit italics > *Explicit* italics
Both render to
The same italicized text
Losing the expressiveness of distinction between normal text vs *italics* in block quotes.
normal text
Yes, I know bold text is obviously an option, but I use bold typically for stronger emphasis than italics (also used for book names, titles, etc.).
The text was updated successfully, but these errors were encountered:
I'm not opposed to removing the default-italics on block quotes. The spacing on them looks a little off too (extra space at the bottom).
Are you interested in helping out with this?
Sorry, something went wrong.
That's weird, I'm not seeing this extra space locally 🤔
I can't repro the extra space locally. For not-italicizing: #1618
Actually I can, it just involves lists within blockquotes 🤦
Cf. #1625
Successfully merging a pull request may close this issue.
I know this is really, really pedantic, but I kinda wish block quote text were either:
*italics*
does the opposite thing, "justifying" (un-italicizing) for contrast.More concretely, currently the block quote styling looks like
even though the markdown source is
> Normal text
not> *Italics*
.However, when I do use
*Italics*
within the block quote it's a no-op, i.e.Both render to
Losing the expressiveness of distinction between
normal text
vs*italics*
in block quotes.Yes, I know bold text is obviously an option, but I use bold typically for stronger emphasis than italics (also used for book names, titles, etc.).
The text was updated successfully, but these errors were encountered: