mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-27 13:34:28 -04:00
Fix HTML exporting
This commit is contained in:
parent
d600364933
commit
747502e694
5 changed files with 12 additions and 4 deletions
|
@ -1084,5 +1084,7 @@ module.exports = {
|
|||
owner: owner,
|
||||
updateLastChangeUser: updateLastChangeUser,
|
||||
updateOwner: updateOwner,
|
||||
parseMeta: parseMeta
|
||||
parseMeta: parseMeta,
|
||||
exportToHTML: exportToHTML,
|
||||
exportToRawHTML: exportToRawHTML
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue