memos icon indicating copy to clipboard operation
memos copied to clipboard

The text embedded in ``` shouldn't be parsed and became a tag

Open grigio opened this issue 1 year ago • 3 comments

Describe the bug

The text under ``` shouldn't be parsed

image

it doesn't happen with bold text **

Steps to reproduce

see the image above

Screenshots or additional context

No response

grigio avatar Nov 28 '22 22:11 grigio

I confirmed this is happening on my install too. Good catch!

ItsNoted avatar Nov 29 '22 13:11 ItsNoted

Duplicate of #595, closed by codeowner.

jxpsert avatar Nov 29 '22 13:11 jxpsert

The memos front-end has a regex-like parser written in TypeScript. Therefore, the code block can work as expected.

But now there is no markdown parser in the backend, so the tag list api will show the all of the tags including unwanted.

boojack avatar Nov 29 '22 13:11 boojack