mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-27 11:17:29 +02:00
When a path includes a line number, use only the #L anchor in the blob URL and do not append the old #fragment, which duplicated the anchor in the href. Ignore READMEs under scripts/ (alongside submodule paths), read a missing destination mdx as empty, remove unexpected impl .mdx files when syncing, and run `main` only when `import.meta.main` so the module is importable from tests. Export `rewriteImplMarkdown` and `syncImplDocs` and add Bun tests for link rewriting, scripts exclusion, and add/remove mdx output.