Present mode to display only the parsed markdown in code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user