summaryrefslogtreecommitdiffstats
path: root/packages/markdown
Commit message (Collapse)AuthorAgeFilesLines
* Update dependencies.Lauri Ojansivu2020-03-142-1140/+1015
|
* Fix to be valid JSON.Lauri Ojansivu2020-03-141-2/+2
|
* Update dependencies.Lauri Ojansivu2020-03-141-9/+9
|
* Update markdown.Lauri Ojansivu2020-03-143-7/+27
|
* Fix: img tag did not allow width and height.Lauri Ojansivu2020-03-06215-16653/+7339
| | | | | | | | | 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-20229-0/+19938
build all directly. This also simplifies build scripts. Thanks to xet7 !