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 --- .../test/original/ordered_and_unordered_lists.html | 164 --------------------- 1 file changed, 164 deletions(-) delete mode 100644 packages/markdown/marked/test/original/ordered_and_unordered_lists.html (limited to 'packages/markdown/marked/test/original/ordered_and_unordered_lists.html') diff --git a/packages/markdown/marked/test/original/ordered_and_unordered_lists.html b/packages/markdown/marked/test/original/ordered_and_unordered_lists.html deleted file mode 100644 index 45469479..00000000 --- a/packages/markdown/marked/test/original/ordered_and_unordered_lists.html +++ /dev/null @@ -1,164 +0,0 @@ -

Unordered

- -

Asterisks tight:

- - - -

Asterisks loose:

- - - -
- -

Pluses tight:

- - - -

Pluses loose:

- - - -
- -

Minuses tight:

- - - -

Minuses loose:

- - - -

Ordered

- -

Tight:

- -
    -
  1. First
  2. -
  3. Second
  4. -
  5. Third
  6. -
- -

and:

- -
    -
  1. One
  2. -
  3. Two
  4. -
  5. Three
  6. -
- -

Loose using tabs:

- -
    -
  1. First

  2. -
  3. Second

  4. -
  5. Third

  6. -
- -

and using spaces:

- -
    -
  1. One

  2. -
  3. Two

  4. -
  5. Three

  6. -
- -

Multiple paragraphs:

- -
    -
  1. Item 1, graf one.

    - -

    Item 2. graf two. The quick brown fox jumped over the lazy dog's -back.

  2. -
  3. Item 2.

  4. -
  5. Item 3.

  6. -
- -

Nested

- - - -

Here's another:

- -
    -
  1. First
  2. -
  3. Second: -
      -
    • Fee
    • -
    • Fie
    • -
    • Foe
    • -
  4. -
  5. Third
  6. -
- -

Same thing but with paragraphs:

- -
    -
  1. First

  2. -
  3. Second:

    - -
      -
    • Fee
    • -
    • Fie
    • -
    • Foe
    • -
  4. -
  5. Third

  6. -
- - -

This was an error in Markdown 1.0.1:

- - - - -

Ordered lists start from initial number:

- -
    -
  1. Three
  2. -
  3. Four
  4. -
- - -

Ordered lists start from initial zero:

- -
    -
  1. Zero
  2. -
  3. One
  4. -
-- cgit v1.2.3-1-g7c22