Skip to content
New issue

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

Can't distinguish italics inside blockquotes #73

Open
qn7o opened this issue Nov 6, 2014 · 4 comments
Open

Can't distinguish italics inside blockquotes #73

qn7o opened this issue Nov 6, 2014 · 4 comments

Comments

@qn7o
Copy link

qn7o commented Nov 6, 2014

Inside blockquotes, the text is entirely italicised, which is perfectly normal. But if you put a word of the quote in italic, you can't see any difference in the final result.

I think that the typical solution in this case is to remove italics on the said word with something like

blockquote p em {
  font-style: none;
}

This way, italicised pieces of text inside blockquotes still stand out :)

@lacymorrow
Copy link
Owner

Good bug catch, excellent suggested fix. You the man.

@qn7o
Copy link
Author

qn7o commented Nov 6, 2014

Actually I should quit my lazyness and give you a proper pull request :v But I'm glad it helps !

Keep up the great work, cheers !

@lacymorrow
Copy link
Owner

Is this still an issue @qn7o? (3 years later)...

@qn7o
Copy link
Author

qn7o commented Dec 13, 2017

Hey there; couldn't re-test but it's very easy to test. Style some text as "quote" and put some of its content in italic ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants