summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/lib
Commit message (Collapse)AuthorAgeFilesLines
* Update `markedjs` packageMarc Hartmayer2020-06-032-1657/+2890
| | | | | | Update `markedjs` to commit https://github.com/markedjs/marked/commit/7b3036f8c0440cfd003ce47dd6e1a92af0f5e822. This fixes the issue https://github.com/wekan/wekan/issues/3148.
* Update markdown.Lauri Ojansivu2020-03-142-4/+24
|
* Fix: img tag did not allow width and height.Lauri Ojansivu2020-03-062-1455/+3366
| | | | | | | | | Removed swipebox from markdown editor img tag and updated marked markdown to newest version. Thanks to hradec and xet7 ! Closes #2956
* Include to Wekan packages directory contents, so that meteor command would ↵Lauri Ojansivu2019-04-201-0/+1689
build all directly. This also simplifies build scripts. Thanks to xet7 !