No description
Find a file
Vesa Vänskä 446f321deb
docs(parser): clarify why delimiter detection is needed
Unicode │ (U+2502) and ASCII | are different bytes, so splitting
on the wrong one produces no split at all.
2026-04-26 19:16:32 +03:00
src docs(parser): clarify why delimiter detection is needed 2026-04-26 19:16:32 +03:00
.gitignore feat: Obsidian plugin to convert box-drawing tables to Markdown 2026-04-26 19:16:31 +03:00
esbuild.config.mjs feat: Obsidian plugin to convert box-drawing tables to Markdown 2026-04-26 19:16:31 +03:00
manifest.json feat: Obsidian plugin to convert box-drawing tables to Markdown 2026-04-26 19:16:31 +03:00
package-lock.json feat: Obsidian plugin to convert box-drawing tables to Markdown 2026-04-26 19:16:31 +03:00
package.json feat: Obsidian plugin to convert box-drawing tables to Markdown 2026-04-26 19:16:31 +03:00
tsconfig.json feat: Obsidian plugin to convert box-drawing tables to Markdown 2026-04-26 19:16:31 +03:00