Update markedjs package

Update `markedjs` to commit
7b3036f8c0.
This fixes the issue https://github.com/wekan/wekan/issues/3148.
This commit is contained in:
Marc Hartmayer 2020-06-03 23:04:14 +02:00
parent 2876ce633c
commit 399ddd2dab
11 changed files with 4059 additions and 2387 deletions

View file

@ -3,7 +3,7 @@
Package.describe({
name: 'wekan-markdown',
summary: "GitHub flavored markdown parser for Meteor based on marked.js",
version: "1.0.7",
version: "1.0.8",
git: "https://github.com/wekan/markdown.git"
});