Merge branch 'master' into es6-integration

This commit is contained in:
Yukai Huang 2017-01-21 12:55:45 +08:00
commit 74b04d08b5
7 changed files with 12 additions and 3 deletions

View file

@ -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 = {