markdown: wrong indentation of list #901

Closed
opened 2025-11-02 03:40:49 -06:00 by GiteaMirror · 5 comments
Owner

Originally created by @andreynering on GitHub (Jul 20, 2017).

Giving the following input:

* Level 1
  * Level 2
    * Level 3
      * Level 4
        * Level 5
          * Level 6

This is rendered by Gitea:

gitea

As a test case, GitHub correctly renders it, as below:

  • Level 1
    • Level 2
      • Level 3
        • Level 4
          • Level 5
            • Level 6

Reproduce on try.gitea.io: https://try.gitea.io/andreynering/issue-test/issues/2

Originally created by @andreynering on GitHub (Jul 20, 2017). Giving the following input: ```md * Level 1 * Level 2 * Level 3 * Level 4 * Level 5 * Level 6 ``` This is rendered by Gitea: ![gitea](https://user-images.githubusercontent.com/7011819/28430066-8152c74a-6d55-11e7-86fc-7eee13b431f5.png) As a test case, GitHub correctly renders it, as below: * Level 1 * Level 2 * Level 3 * Level 4 * Level 5 * Level 6 Reproduce on try.gitea.io: https://try.gitea.io/andreynering/issue-test/issues/2
GiteaMirror added the issue/confirmedtopic/uitype/bug labels 2025-11-02 03:40:49 -06:00
Author
Owner

@ethantkoenig commented on GitHub (Jul 22, 2017):

See https://github.com/russross/blackfriday/issues/329

@ethantkoenig commented on GitHub (Jul 22, 2017): See https://github.com/russross/blackfriday/issues/329
Author
Owner

@stale[bot] commented on GitHub (Feb 13, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Feb 13, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Author
Owner

@stale[bot] commented on GitHub (Feb 27, 2019):

This issue has been automatically closed because of inactivity. You can re-open it if needed.

@stale[bot] commented on GitHub (Feb 27, 2019): This issue has been automatically closed because of inactivity. You can re-open it if needed.
Author
Owner

@6543 commented on GitHub (Sep 6, 2020):

@andreynering can you check again?

the markdown rendering lib has changed in v1.12.0

@6543 commented on GitHub (Sep 6, 2020): @andreynering can you check again? the markdown rendering lib has changed in v1.12.0
Author
Owner

@zeripath commented on GitHub (Sep 6, 2020):

https://try.gitea.io/arandomer/pathological/issues/3

it's fixed.

@zeripath commented on GitHub (Sep 6, 2020): https://try.gitea.io/arandomer/pathological/issues/3 it's fixed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#901