Present mode to display only the parsed markdown in code

This commit is contained in:
yflory
2017-10-19 14:39:38 +02:00
parent 515214aed1
commit f43606f71d
2 changed files with 22 additions and 7 deletions

View File

@@ -44,6 +44,10 @@
flex-flow: row;
height: 100%;
overflow: hidden;
&.cp-app-code-present {
.CodeMirror { display: none; }
#cp-app-code-preview { border: 0; }
}
}
#cp-app-code-preview {
flex: 1;