mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-23 06:25:41 -05:00
fix: Obsidian flavored markdown
This commit is contained in:
parent
57e60726b6
commit
1d79900731
@ -116,6 +116,11 @@ Standard checkboxes work out of the box. With `enableCheckbox: true`, you also g
|
|||||||
|
|
||||||
Each custom character is preserved as a `data-task` attribute on the rendered element, allowing CSS-based styling per character.
|
Each custom character is preserved as a `data-task` attribute on the rendered element, allowing CSS-based styling per character.
|
||||||
|
|
||||||
|
- [ ] Unchecked
|
||||||
|
- [x] Checked
|
||||||
|
- [?] Question
|
||||||
|
- [!] Important
|
||||||
|
|
||||||
### Mermaid Diagrams
|
### Mermaid Diagrams
|
||||||
|
|
||||||
[[Mermaid diagrams|Mermaid]] code blocks are rendered as diagrams:
|
[[Mermaid diagrams|Mermaid]] code blocks are rendered as diagrams:
|
||||||
|
|||||||
@ -130,8 +130,8 @@
|
|||||||
"obsidian-flavored-markdown": {
|
"obsidian-flavored-markdown": {
|
||||||
"source": "github:quartz-community/obsidian-flavored-markdown",
|
"source": "github:quartz-community/obsidian-flavored-markdown",
|
||||||
"resolved": "https://github.com/quartz-community/obsidian-flavored-markdown.git",
|
"resolved": "https://github.com/quartz-community/obsidian-flavored-markdown.git",
|
||||||
"commit": "948807ece23b3fb73934b94e1b30f9a1b678c881",
|
"commit": "4bad76e2b504b53c2f29022a8898e4e65dc0d5ce",
|
||||||
"installedAt": "2026-02-15T22:38:34.538Z"
|
"installedAt": "2026-02-15T23:04:26.675Z"
|
||||||
},
|
},
|
||||||
"github-flavored-markdown": {
|
"github-flavored-markdown": {
|
||||||
"source": "github:quartz-community/github-flavored-markdown",
|
"source": "github:quartz-community/github-flavored-markdown",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user