fix: Obsidian flavored markdown

This commit is contained in:
saberzero1 2026-02-16 00:06:11 +01:00
parent 57e60726b6
commit 1d79900731
No known key found for this signature in database
2 changed files with 7 additions and 2 deletions

View File

@ -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.
- [ ] Unchecked
- [x] Checked
- [?] Question
- [!] Important
### Mermaid Diagrams
[[Mermaid diagrams|Mermaid]] code blocks are rendered as diagrams:

View File

@ -130,8 +130,8 @@
"obsidian-flavored-markdown": {
"source": "github:quartz-community/obsidian-flavored-markdown",
"resolved": "https://github.com/quartz-community/obsidian-flavored-markdown.git",
"commit": "948807ece23b3fb73934b94e1b30f9a1b678c881",
"installedAt": "2026-02-15T22:38:34.538Z"
"commit": "4bad76e2b504b53c2f29022a8898e4e65dc0d5ce",
"installedAt": "2026-02-15T23:04:26.675Z"
},
"github-flavored-markdown": {
"source": "github:quartz-community/github-flavored-markdown",