mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
refactor: add markdown service
This commit is contained in:
@ -148,7 +148,7 @@ const MemoView: React.FC<Props> = (props: Props) => {
|
||||
<MemoContent
|
||||
key={`${memo.name}-${memo.updateTime}`}
|
||||
memoName={memo.name}
|
||||
content={memo.content}
|
||||
nodes={memo.nodes}
|
||||
readonly={readonly}
|
||||
onClick={handleMemoContentClick}
|
||||
compact={props.compact ?? true}
|
||||
|
Reference in New Issue
Block a user