Progressbar for issues don't work when creating lists with * #1419

Closed
opened 2025-11-02 04:00:13 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @kolaente on GitHub (Jan 3, 2018).

Description

@modmew8

You forgot you also can create lists in markdown like so:

* [ ] 1
* [ ] 2
* [ ] 3
* [ ] 4

Your expression only works when creating lists like so:

- [ ] 1
- [ ] 2
- [ ] 3
- [ ] 4
Originally created by @kolaente on GitHub (Jan 3, 2018). - Gitea version (or commit ref): d996da6 - Can you reproduce the bug at https://try.gitea.io: - [x] Yes (provide example URL): https://try.gitea.io/kolaente/tet/issues - [ ] No - [ ] Not relevant - Log gist: ## Description @modmew8 You forgot you also can create lists in markdown like so: ```Markdown * [ ] 1 * [ ] 2 * [ ] 3 * [ ] 4 ``` Your expression only works when creating lists like so: ```Markdown - [ ] 1 - [ ] 2 - [ ] 3 - [ ] 4 ```
GiteaMirror added the type/enhancement label 2025-11-02 04:00:13 -06:00
Author
Owner

@modmew8 commented on GitHub (Jan 3, 2018):

Sorry about that.

Just fixed the issue and will create a pull request immediately.

@modmew8 commented on GitHub (Jan 3, 2018): Sorry about that. Just fixed the issue and will create a pull request immediately.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#1419