mirror of https://github.com/usememos/memos.git
- Rewrite parseRow to count consecutive backslashes before each pipe so that `\\|` (escaped backslash + unescaped pipe) is correctly treated as a column separator. The previous lookbehind regex (?<!\\)| only checked the single character immediately before the pipe, causing it to fail for an even number of preceding backslashes. - Update test file import from relative `./markdown-table` to the project alias `@/utils/markdown-table` for consistency with frontend conventions. |
||
|---|---|---|
| .. | ||
| docs | ||
| public | ||
| src | ||
| .gitignore | ||
| biome.json | ||
| components.json | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| tsconfig.json | ||
| vite.config.mts | ||