Task lists should not have default list style #3977

Closed
opened 2025-11-02 05:32:24 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @taai on GitHub (Sep 18, 2019).

  • Gitea version (or commit ref): 1.9.3

Description

In the web interface, in a new issue I wrote a task list, but it is being displayed with default unordered list item circles at the beginning of each "task".
The markdown code example:

TODO:

- [ ] Do this
- [ ] Do that

For example, in Github it is displayed without the default unordered list item circles:

TODO:

  • Do this
  • Do that

Screenshots

image

Originally created by @taai on GitHub (Sep 18, 2019). - Gitea version (or commit ref): 1.9.3 ## Description In the web interface, in a new issue I wrote a task list, but it is being displayed with default unordered list item circles at the beginning of each "task". The markdown code example: ``` TODO: - [ ] Do this - [ ] Do that ``` For example, in Github it is displayed without the default unordered list item circles: TODO: - [ ] Do this - [ ] Do that ## Screenshots ![image](https://user-images.githubusercontent.com/90734/65137408-f6b70700-da11-11e9-88ff-b0cb4169db78.png)
GiteaMirror added the topic/uiissue/confirmed labels 2025-11-02 05:32:24 -06:00
Author
Owner

@stale[bot] commented on GitHub (Nov 17, 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 (Nov 17, 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

@davidak commented on GitHub (Jun 7, 2020):

This is fixed in 1.13.0+dev-143-g94f60e199.

Screenshot from 2020-06-07 07-14-42

https://try.gitea.io/davidak/test/issues/4

@davidak commented on GitHub (Jun 7, 2020): This is fixed in `1.13.0+dev-143-g94f60e199`. ![Screenshot from 2020-06-07 07-14-42](https://user-images.githubusercontent.com/91113/83960927-99f4c880-a88e-11ea-8edd-8375e1a37847.png) https://try.gitea.io/davidak/test/issues/4
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#3977