Content deleted Content added
preview wikitext on mount |
styles for preview |
||
Line 78:
.script-EFFPRH-handler td {
vertical-align: middle;
}
/* Don't use the grey background in the preview */
.script-EFFPRH-preview {
background-color: white;
}
`);
Line 325 ⟶ 329:
},
template: `
<div class="script-EFFPH-preview">
<hr>
<div v-if="haveHtml" v-html="previewHtml"></div>
<div v-else>Loading preview of {{ wikitext }}</div>
|