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:
parent
0997655e0a
commit
bd9b7e120e
11 changed files with 279 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ body {
|
|||
height: 100%;
|
||||
min-height: 100%;
|
||||
width: 100%;
|
||||
overflow-y: scroll;
|
||||
// overflow-y: scroll;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
4
gui/app/styles/section/mermaid.scss
Normal file
4
gui/app/styles/section/mermaid.scss
Normal file
|
@ -0,0 +1,4 @@
|
|||
.section-mermaid-diagram {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue