Skip to content
Snippets Groups Projects
Commit b42890d1 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

workaround markdown quote issue (#223)

parent fd527c5d
No related branches found
No related tags found
No related merge requests found
......@@ -238,6 +238,10 @@ body {
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';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment