1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Experimental Mermaid integration document section type

WIP and not hopeful
This commit is contained in:
sauls8t 2018-02-04 15:45:28 +00:00
parent 0997655e0a
commit bd9b7e120e
11 changed files with 279 additions and 1 deletions

View file

@ -28,6 +28,7 @@
@import "section/markdown.scss";
@import "section/table.scss";
@import "section/code.scss";
@import "section/mermaid.scss";
@import "section/papertrail.scss";
@import "section/wysiwyg.scss";

View file

@ -23,7 +23,7 @@ body {
height: 100%;
min-height: 100%;
width: 100%;
overflow-y: scroll;
// overflow-y: scroll;
}
a {

View file

@ -0,0 +1,4 @@
.section-mermaid-diagram {
margin: 0;
padding: 0;
}