From 2b26bbe78a1a2b8b427963a6c44c3853efdb737e Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 6 Mar 2020 03:52:12 +0200 Subject: Fix: img tag did not allow width and height. Removed swipebox from markdown editor img tag and updated marked markdown to newest version. Thanks to hradec and xet7 ! Closes #2956 --- .../marked/.github/ISSUE_TEMPLATE/Bug_report.md | 27 ---------------------- .../.github/ISSUE_TEMPLATE/Feature_request.md | 14 ----------- .../marked/.github/ISSUE_TEMPLATE/Proposal.md | 11 --------- 3 files changed, 52 deletions(-) delete mode 100644 packages/markdown/marked/.github/ISSUE_TEMPLATE/Bug_report.md delete mode 100644 packages/markdown/marked/.github/ISSUE_TEMPLATE/Feature_request.md delete mode 100644 packages/markdown/marked/.github/ISSUE_TEMPLATE/Proposal.md (limited to 'packages/markdown/marked/.github/ISSUE_TEMPLATE') diff --git a/packages/markdown/marked/.github/ISSUE_TEMPLATE/Bug_report.md b/packages/markdown/marked/.github/ISSUE_TEMPLATE/Bug_report.md deleted file mode 100644 index d8042b4d..00000000 --- a/packages/markdown/marked/.github/ISSUE_TEMPLATE/Bug_report.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Bug report -about: Marked says it does this thing but does not - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: - - - - - - - -**Expected behavior** -A clear and concise description of what you expected to happen. diff --git a/packages/markdown/marked/.github/ISSUE_TEMPLATE/Feature_request.md b/packages/markdown/marked/.github/ISSUE_TEMPLATE/Feature_request.md deleted file mode 100644 index 745d4b43..00000000 --- a/packages/markdown/marked/.github/ISSUE_TEMPLATE/Feature_request.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Feature request -about: Marked doesn't do this thing and I think it should - ---- - -**Describe the feature** -A clear and concise description of what you would like. - -**Why is this feature necessary?** -A clear and concise description of why. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. diff --git a/packages/markdown/marked/.github/ISSUE_TEMPLATE/Proposal.md b/packages/markdown/marked/.github/ISSUE_TEMPLATE/Proposal.md deleted file mode 100644 index aa94da3a..00000000 --- a/packages/markdown/marked/.github/ISSUE_TEMPLATE/Proposal.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Proposal -about: Marked doesn't do this thing and I think it should - ---- - -**What pain point are you perceiving?.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. -- cgit v1.2.3-1-g7c22