We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e133e commit 8849020Copy full SHA for 8849020
utils/editors/markdown-editor/html/output-md/output-md.html
@@ -101,7 +101,22 @@
101
output.innerHTML = html;
102
103
}//show
104
+
105
106
+ obj.horiz = function(){
107
108
+ host.style.width = '100%';
109
+ host.style.height = '50%';
110
111
+ }//horiz
112
113
114
+ obj.vert = function(){
115
116
+ host.style.width = '50%';
117
+ host.style.height = '100%';
118
119
+ }//vert
120
121
122
return obj;
0 commit comments