vividvilla / ezhil

Clean and minimal personal blog theme for Hugo
https://ezhil-hugo.netlify.com/
MIT License
422 stars 178 forks source link

<em> marker inside of blockquote is not visible #12

Closed dakrone closed 5 years ago

dakrone commented 5 years ago

When I write something in markdown like the following:

Text text text

> this is a *quote*

Using the * to make the word "quote" emphasized, the resulting HTML includes the <em> tag around the word, however, nothing in the CSS shows the word any different than the other quoted text.

vividvilla commented 5 years ago

Thanks for reporting, I have pushed an update here (https://github.com/vividvilla/ezhil/commit/1ab28caf4fc8664ad779b84a0f3e42741c974ee0) to highlight em tags inside blockquote.

dakrone commented 5 years ago

Thanks!