dependency update

This commit is contained in:
hakimel
2022-02-28 09:57:50 +01:00
parent ffd533c40d
commit e325cea6b7
8 changed files with 233 additions and 167 deletions

View File

@ -4,7 +4,7 @@
* of external markdown documents.
*/
import marked from 'marked'
import { marked } from 'marked';
const DEFAULT_SLIDE_SEPARATOR = '\r?\n---\r?\n',
DEFAULT_NOTES_SEPARATOR = 'notes?:',