You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/web
Steven d9f8bc80f0 feat(web): add LaTeX math rendering support to MemoContent
Integrates remark-math and rehype-katex plugins to enable LaTeX mathematical expressions in memos. Users can now write inline math ($...$) and display math ($$...$$) using standard LaTeX syntax.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
4 weeks ago
..
public
src feat(web): add LaTeX math rendering support to MemoContent 4 weeks ago
.gitignore
biome.json chore(web): migrate from ESLint+Prettier to Biome 2 months ago
components.json
index.html
package.json feat(web): add LaTeX math rendering support to MemoContent 4 weeks ago
pnpm-lock.yaml feat(web): add LaTeX math rendering support to MemoContent 4 weeks ago
tsconfig.json
vite.config.mts refactor: update markdown parser 2 months ago