Hi @oussouss,
another option for you would be to use jQuery .text() save the text of your description.
Afterwards use .html(yourSaveText) and insert it back into the page.
It's not a great solution but should work in the end.
--------------------------------------------------------------------------------------
Hope that helps.
If the post solves your problem, please mark it as solution. If it helps, consider a thumbs up.