mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[GH-ISSUE #370] [feat] 记录的内容展示是否可以对 markdown 进行渲染后展示 #265
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#265
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @adra2n on GitHub (Jul 9, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/370
描述你的建议
记录的文本信息是采用 markdown 格式编写的,点击记录的内容展示时候没有进行渲染,是否可渲染展示出来
@codexu commented on GitHub (Jul 10, 2025):
使用 Markdown 编辑器的话可能会导致内存飙升,如果只时展示问题不大,编辑目前考虑还是使用 textarea。
@adra2n commented on GitHub (Jul 11, 2025):
好的