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.
When I write something in markdown like the following:
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.