payloadcms / payload

Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
https://payloadcms.com
MIT License
26.09k stars 1.66k forks source link

richtext-lexical: bold link markdown conversion not working #8279

Open AlessioGr opened 2 months ago

AlessioGr commented 2 months ago

Example:

[**Link**](/docs/test) – Test

This should be a bold link, but currently it gets converted to just bold text without the link. Can be reproduced in the lexical playground as well

GermanJablo commented 2 months ago

Can be reproduced in the lexical playground as well

Shouldn't the issue be reported there instead of here then?

If it's a priority for us I can address it regardless of that

AlessioGr commented 2 months ago

Shouldn't the issue be reported there instead of here then?

Generally yeah - but it's an important issue for us to fix and opening it here makes it easier to track & not forget about it. We can open an issue in lexical as well

GermanJablo commented 1 month ago

Related: