workaround markdown quote issue (#223)
This commit is contained in:
parent
fd527c5d07
commit
b42890d1a2
@ -237,6 +237,10 @@ body {
|
||||
font-style: italic;
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
|
||||
}
|
||||
.reveal blockquote p:first-child,
|
||||
.reveal blockquote p:last-child {
|
||||
display: inline-block;
|
||||
}
|
||||
.reveal blockquote:before {
|
||||
content: '\201C';
|
||||
|
Loading…
Reference in New Issue
Block a user