Commit d1283db
fix: enable GFM in markdown editor (task lists, strikethrough, tables)
Use markdownLanguage as base for markdown() to enable GitHub Flavored
Markdown extensions. Without this, [x] was parsed as a link instead of
a TaskMarker, causing checklist items to appear in link color rather
than the correct atom color.1 parent 6e8419a commit d1283db
2 files changed
Lines changed: 24 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments