Skip to content
Discussion options

You must be logged in to vote

Hey there @hobbitdev 👋🏼

The way you've set up tasklists might be the reason it is showing six instead of three. Are you able to update your markdown to this (one code block but due to formatting it's been split in two - image should clarify below)

## Check list
<ul>
 <li>[ ] Activity 1</li>
 <li>[ ] Activity 2</li>
 <li>[ ] Activity 3</li>
</ul>
```[tasklist]
## Task list
- [ ] Task 1
- [ ] Task 2
- [ ] Task 3

Then put three ticks under the last task aka these ```

It would look like this for reference:

For further reading or information, this doc may be of use as well as it has the syntax for tasklists ✔️ .

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by ossanna16
Comment options

You must be logged in to vote
1 reply
@queenofcorgis
Comment options

Comment options

You must be logged in to vote
1 reply
@queenofcorgis
Comment options

Comment options

You must be logged in to vote
1 reply
@queenofcorgis
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task Lists Break down issues into actionable tasks Issues Repository issues let you track features, problems, and more alongside your code New To GitHub 👋 New To GitHub Question Ask and answer questions about GitHub features and usage
2 participants