mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 07:04:45 -04:00
Expose parseMeta function
This commit is contained in:
parent
f678d9b814
commit
f4f2497d23
3 changed files with 4 additions and 1 deletions
|
@ -52,6 +52,7 @@ var scrollToHash = extra.scrollToHash;
|
|||
var owner = extra.owner;
|
||||
var updateLastChangeUser = extra.updateLastChangeUser;
|
||||
var updateOwner = extra.updateOwner;
|
||||
var parseMeta = extra.parseMeta;
|
||||
|
||||
var historyModule = require('./history');
|
||||
var writeHistory = historyModule.writeHistory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue