Parse checkboxes in Markdown tables
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Current Workaround
See #21506 (comment 262038275) for how to use a combination of HTML and Markdown to achieve checkboxes in a table.
Description
Currently if you add a simple unsorted list you can add checkboxes to it via - \[ \] description, I would love to have the same feature for tables.
Proposal
| Done? | Description | Extra information |
|---|---|---|
| [ ] | Things | Blah blah |
| [ ] | That | Hip Hip |
| [ ] | Need | Wunderfull |
| [ ] | Attention | |
Samples
-
This works -
This works -
This works
| Done? | Description | Extra information |
|---|---|---|
| [ ] | Things | Blah blah |
| [ ] | That | Hip Hip |
| [ ] | Need | Wunderfull |
| [ ] | Attention |
Links / references
Content Editor
Editing this description using the Rich text option currently being developed allows for task lists to be embedded in tables. This can't be accomplished using raw Markdown so the source will render out to HTML.
| Task | Notes | |
|---|---|---|
|
Edit issues and epics on |
There are some rough edges, but it works |
|
Make the Content Editor available for all projects | Our GA plan is pending internal feedback |
Edited by 🤖 GitLab Bot 🤖