mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 15:14:56 -04:00
Fix spellcheck
* also fix spaces width
This commit is contained in:
parent
747502e694
commit
ae3e1b972b
6 changed files with 1 additions and 6 deletions
|
@ -544,7 +544,6 @@ function exportToRawHTML(view) {
|
|||
}
|
||||
|
||||
var common = require('./common.js');
|
||||
var serverurl = common.serverurl;
|
||||
//extract markdown body to html and compile to template
|
||||
function exportToHTML(view) {
|
||||
var title = renderTitle(ui.area.markdown);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue