Updated to support container syntax and styles

This commit is contained in:
Cheng-Han, Wu 2016-03-15 10:56:53 +08:00
parent 2a42fac6d4
commit e729166c32
6 changed files with 28 additions and 0 deletions

View file

@ -93,6 +93,10 @@
unicode-bidi: embed;
}
.markdown-body .alert > p {
margin-bottom: 0;
}
.markdown-body pre.flow-chart,
.markdown-body pre.sequence-diagram,
.markdown-body pre.graphviz,