diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-06-25 23:06:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 23:06:09 +0200 |
commit | 539b1373173cbd0f4b1366bc5fc1d8d0feeaa6d1 (patch) | |
tree | 57e95770af2ce03c948bee2bed2b4b8557b650e6 /lib | |
parent | 3e4e1bfd1da553d7b1addc4239de4489169d9792 (diff) | |
download | kronikarz-539b1373173cbd0f4b1366bc5fc1d8d0feeaa6d1.tar.gz kronikarz-539b1373173cbd0f4b1366bc5fc1d8d0feeaa6d1.zip |
Fix pkg name html5-media
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Post.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Post.ts b/lib/Post.ts index e6b858a..77d16d4 100644 --- a/lib/Post.ts +++ b/lib/Post.ts @@ -3,7 +3,7 @@ import { JSDOM } from 'jsdom'; const frontmatter = require('front-matter'); const md = require('markdown-it')(); -const { html5Media } = require('markdown-it-html5-media'); +const { html5Media } = require('@gerhobbelt/markdown-it-html5-media'); md.use(html5Media); import { dateToPath, dateToString } from './utils'; |