fix: handle parsing pure plain text
This commit is contained in:
parent
c4c15cf1c2
commit
80da856402
3 changed files with 11 additions and 1 deletions
|
@ -153,6 +153,11 @@ exports[`content-rich > link + mention 1`] = `
|
|||
"
|
||||
`;
|
||||
|
||||
exports[`content-rich > plain text 1`] = `
|
||||
"hello there
|
||||
"
|
||||
`;
|
||||
|
||||
exports[`editor > transform mentions 1`] = `
|
||||
"
|
||||
@elk Hello"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue