No description
Find a file
saberzero1 6996cb3ead
fix: relax highlight syntax to allow > character within highlights
Removes the restriction that prevented > at the start of highlight content.
Only = is still rejected at position 0 (to avoid ambiguity with ===).
This widens compatibility with Obsidian's highlight behavior.
2026-05-24 16:12:46 +02:00
.github/workflows ci: add dist externals verification step 2026-03-17 19:41:47 +01:00
dist fix: relax highlight syntax to allow > character within highlights 2026-05-24 16:12:46 +02:00
src fix: relax highlight syntax to allow > character within highlights 2026-05-24 16:12:46 +02:00
test fix: properly handle math blocks when stringifying 2026-05-02 15:20:46 +02:00
types chore: add centralized type declarations and .prettierignore 2026-03-16 18:55:00 +01:00
.gitignore chore: include dist/ in repository for GitHub-based npm installs 2026-02-15 22:13:14 +01:00
.prettierignore chore: add centralized type declarations and .prettierignore 2026-03-16 18:55:00 +01:00
debug-trace.js fix: Obsidian comment syntax support 2026-03-27 23:27:08 +01:00
LICENSE Initial commit 2026-02-15 21:07:27 +01:00
package-lock.json chore: bundle dependencies 2026-05-02 15:22:45 +02:00
package.json chore: bundle dependencies 2026-05-02 15:22:45 +02:00
README.md feat: toMarkdown functions 2026-03-23 17:43:03 +01:00
test-boundary.js fix: Obsidian comment syntax support 2026-03-27 23:27:08 +01:00
test-code-point.js fix: Obsidian comment syntax support 2026-03-27 23:27:08 +01:00
test-crash.js fix: Obsidian comment syntax support 2026-03-27 23:27:08 +01:00
test-detailed.js fix: Obsidian comment syntax support 2026-03-27 23:27:08 +01:00
test-edge-case.js fix: Obsidian comment syntax support 2026-03-27 23:27:08 +01:00
test-hashtag-wikilink.js fix: Obsidian comment syntax support 2026-03-27 23:27:08 +01:00
test-html-output.js feat: improve comment tokenizer and wikilink heading support 2026-02-16 22:27:40 +01:00
test-micromark.js fix: Obsidian comment syntax support 2026-03-27 23:27:08 +01:00
tsconfig.json chore: add centralized type declarations and .prettierignore 2026-03-16 18:55:00 +01:00
tsup.config.ts chore: set tsup platform to node 2026-03-17 20:41:14 +01:00
vitest.config.ts feat: implement remark plugin for Obsidian-flavored markdown 2026-02-15 22:09:56 +01:00

remark-obsidian

Quartz's remark plugin for Obsidian.