We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1b645 commit 1f73ddaCopy full SHA for 1f73dda
web_src/js/features/repo-wiki.js
@@ -47,6 +47,7 @@ async function initRepoWikiFormEditor() {
47
useScene: 'wiki',
48
// EasyMDE has some problems of height definition, it has inline style height 300px by default, so we also use inline styles to override it.
49
// And another benefit is that we only need to write the style once for both editors.
50
+ // TODO: Move height style to CSS after EasyMDE removal.
51
editorHeights: {minHeight: '300px', height: 'calc(100vh - 600px)'},
52
previewMode: 'gfm',
53
previewWiki: true,
0 commit comments