We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a08c2 commit 871df56Copy full SHA for 871df56
1 file changed
utils/editors/markdown-editor/html/output-md/v2.0/output-md-v2.0.html
@@ -69,18 +69,19 @@
69
linkify
70
</span>
71
72
- <span class=spc></span>
73
-
74
- <span id=mode-md class=radio>
75
- <input type=checkbox checked>
76
- markdown
77
- </span>
78
- <span id=mode-html class=radio>
79
- <input type=checkbox>
80
- html
81
82
</div>
83
+ <span class=spc></span>
+
+ <span id=mode-md class=radio>
+ <input type=checkbox checked>
+ markdown
+ </span>
+ <span id=mode-html class=radio>
+ <input type=checkbox>
+ html
84
85
86
87
<div id=output class=markdown-body>
0 commit comments