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

[Markdown] Add GFM checkbox notation #2248

Closed
michaelblyons opened this issue Jan 15, 2020 · 0 comments · Fixed by #2249
Closed

[Markdown] Add GFM checkbox notation #2248

michaelblyons opened this issue Jan 15, 2020 · 0 comments · Fixed by #2249

Comments

@michaelblyons
Copy link
Collaborator

  • Sublime Version: 4062
  • OS Version: MacOS Catalina

Immediately following a list item marker -/+/*, match [ ], [X], and [x] as some kind of keyword or other entity. This is particularly so they don't get confused as link text identifiers when a real link follows (see below).

Integers
========
- [ ] [PEP 0237][]: Essentially, `long` renamed to `int`. That is, there is only one...
- [x] [PEP 0238][]: An expression like `1/2` returns a `float`. Use `1//2` to get the...
- [x] Octal literals are no longer of the form `0720`; use `0o720` instead.

[PEP 0237]: https://python.org/dev/peps/pep-0237
[PEP 0238]: https://python.org/dev/peps/pep-0238
michaelblyons added a commit to michaelblyons/SublimeSyntax-Defaults that referenced this issue Jan 16, 2020
michaelblyons added a commit to michaelblyons/SublimeSyntax-Defaults that referenced this issue Jan 16, 2020
michaelblyons added a commit to michaelblyons/SublimeSyntax-Defaults that referenced this issue May 10, 2020
wbond pushed a commit that referenced this issue Jul 15, 2020
deathaxe pushed a commit to deathaxe/sublime-packages that referenced this issue Jul 25, 2021
mitranim pushed a commit to mitranim/Packages that referenced this issue Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant