BookStackApp / BookStack

A platform to create documentation/wiki content built with PHP & Laravel
https://www.bookstackapp.com/
MIT License
15.49k stars 1.95k forks source link

After version 24.02, comments on pages cannot add image content #5002

Open kernelry opened 6 months ago

kernelry commented 6 months ago

Describe the feature you'd like

Before version 24.02, I could use markdown syntax to add image links to comments on the page, after updating to 24.02, I can no longer use the previous markdown syntax to add images due to the comments using WYSIWYG editor:

! [xxx] (https://xxx.jpg)

Is it possible to add a syntax for the WYSIWYG editor that is compatible with markdown images, or to provide an option to switch back to the old editor?

Describe the benefits this would bring to existing BookStack users

Bring a richer and more comprehensive communication and writing experience to the comments of articles.

Can the goal of this request already be achieved via other means?

No

Have you searched for an existing open/closed issue?

How long have you been using BookStack?

3 months to 1 year

Additional context

image