mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 07:04:45 -04:00
Merge branch 'master' into es6-integration
This commit is contained in:
commit
74b04d08b5
7 changed files with 12 additions and 3 deletions
|
@ -24,6 +24,7 @@ const markdown = $("#doc.markdown-body");
|
|||
const text = markdown.text();
|
||||
const lastMeta = md.meta;
|
||||
md.meta = {};
|
||||
delete md.metaError;
|
||||
let rendered = md.render(text);
|
||||
if (md.meta.type && md.meta.type === 'slide') {
|
||||
const slideOptions = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue