mirror of
https://github.com/plankanban/planka.git
synced 2025-07-30 02:29:46 +02:00
fix: Fix markdown options and styles
This commit is contained in:
parent
952fdacb6a
commit
d457414a5a
5 changed files with 961 additions and 27 deletions
|
@ -38,9 +38,9 @@ const ItemComment = React.memo(
|
|||
</div>
|
||||
<CommentEdit ref={commentEdit} defaultData={data} onUpdate={onUpdate}>
|
||||
<>
|
||||
<Markdown linkTarget="_blank" className={styles.text}>
|
||||
{data.text}
|
||||
</Markdown>
|
||||
<div className={styles.text}>
|
||||
<Markdown linkTarget="_blank">{data.text}</Markdown>
|
||||
</div>
|
||||
{canEdit && (
|
||||
<Comment.Actions>
|
||||
<Comment.Action
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue