Have you solved the problem? After I used CKEditor to submit, the pictures were gone. Also, I would like to ask, how did you implement it in your editor?
The picture is not displayed because the img stored in the database does not have the src attribute. You need to tell markdown which attributes you need to retain
allowed_tage Images without img have been filtered out
Have you solved the problem? After I used CKEditor to submit, the pictures were gone. Also, I would like to ask, how did you implement it in your editor?
The picture is not displayed because the img stored in the database does not have the src attribute. You need to tell markdown which attributes you need to retain