mirror of https://github.com/usememos/memos.git
Fix issue where pressing Enter on a markdown list item would append the list symbol to the current line instead of creating a new line. The fix adds event.preventDefault() to stop the default Enter behavior and prepends a newline character to the inserted list continuation text. Fixes #5236 |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| .prettierrc.js | ||
| MARKDOWN_STYLE_GUIDE.md | ||
| README.md | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| tsconfig.json | ||
| vite.config.mts | ||