Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rule no-undefined-references triggers on markdown checklists #311

Closed
5 of 7 tasks
AfroThundr3007730 opened this issue Mar 15, 2024 · 4 comments
Closed
5 of 7 tasks
Labels
🙋 no/question This does not need any changes 👎 phase/no Post cannot or will not be acted on

Comments

@AfroThundr3007730
Copy link

Initial checklist

Affected packages and versions

latest

Link to runnable example

No response

Steps to reproduce

Using a list like this one:

  • Do thing
  • Do other thing
  • Do final thing

Expected behavior

The rule doesn't trigger on checklists.

Actual behavior

The rule triggers on checklists.

Runtime

No response

Package manager

No response

OS

No response

Build and bundle tools

No response

@github-actions github-actions bot added 👋 phase/new Post is being triaged automatically 🤞 phase/open Post is being triaged manually and removed 👋 phase/new Post is being triaged automatically labels Mar 15, 2024
@wooorm
Copy link
Member

wooorm commented Mar 15, 2024

Task lists are GFM features, not in markdown by default. You need to enable GFM features to use GFM features. Use remark-gfm!

@AfroThundr3007730
Copy link
Author

Thanks for the info, I'll look into using that.

This comment has been minimized.

@wooorm wooorm added the 🙋 no/question This does not need any changes label Mar 18, 2024
Copy link

Hi! Thanks for reaching out! Because we treat issues as our backlog, we close issues that are questions since they don’t represent a task to be completed.

See our support docs for how and where to ask questions.

Thanks,
— bb

@github-actions github-actions bot added 👎 phase/no Post cannot or will not be acted on and removed 🤞 phase/open Post is being triaged manually labels Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🙋 no/question This does not need any changes 👎 phase/no Post cannot or will not be acted on
Development

No branches or pull requests

2 participants