[Bug Report] Multi-level lists are broken

A place to talk about the official Factorio mod portal (https://mods.factorio.com)
Post Reply
User avatar
Hares
Fast Inserter
Fast Inserter
Posts: 161
Joined: Sat Oct 22, 2022 8:05 pm
Contact:

[Bug Report] Multi-level lists are broken

Post by Hares »

By specification, Markdown should support multi-level lists (in any combination).

Code: Select all

### Title
Text paragraph.
Text block continues.

1. Numbered list p.1
2. Numbered list p.2
   - Bullet point 2.1
   - Bullet point 2.2
3. Numbered list p.3
Which should look like:
Title
Text paragraph. Text block continues.
  1. Numbered list p.1
  2. Numbered list p.2
    • Bullet point 2.1
    • Bullet point 2.2
  3. Numbered list p.3
(Linebreak within the paragraph is optional.)

However, on the mod portal this renders as follows:
Title
Text paragraph.
Text block continues.
  1. Numbered list p.1
  2. Numbered list p.2
  3. Bullet point 2.1
  4. Bullet point 2.2
  5. Numbered list p.3
Check this out: https://mods.factorio.com/user/Hares

Post Reply

Return to “Mod portal Discussion”