Skip to content

Commit 2897bfe

Browse files
save file
1 parent d29b631 commit 2897bfe

1 file changed

Lines changed: 16 additions & 7 deletions

File tree

utils/editors/markdown-editor/html/output-md/v2.0/output-md-v2.0.html

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{display:flex;flex-direction:column}
2020

2121
#root
22-
{flex:1;display:flex;flex-direction:column;gap:5px;overflow:auto}
22+
{flex:1;display:flex;flex-direction:column;gap:5px}
2323

2424
#hdr
2525
{display:flex}
@@ -39,6 +39,10 @@
3939
{margin-right:5px;cursor:pointer}
4040

4141

42+
#view
43+
{flex:1;;overflow:auto}
44+
45+
4246
#output, web-editor
4347
{height:100%;border:2px solid lightgray;box-sizing:border-box}
4448
#output
@@ -88,16 +92,21 @@
8892

8993
</div>
9094

91-
<div id=output class=markdown-body>
92-
</div>
95+
<div id=view>
9396

94-
<div id=npm-output class='_6d9832ac _704c034e'>
95-
<div id=readme>
97+
<div id=output class=markdown-body>
98+
</div>
99+
100+
<div id=npm-output class='_6d9832ac _704c034e'>
101+
<div id=readme>
102+
</div>
96103
</div>
104+
105+
<web-editor component mode=html style='display:none'>
106+
</web-editor>
107+
97108
</div>
98109

99-
<web-editor component mode=html style='display:none'></web-editor>
100-
101110
</div>
102111

103112
</template>

0 commit comments

Comments
 (0)