openfun / marsha

:clapper: An opensource LTI Learning Content Management System (LCMS)
MIT License
106 stars 24 forks source link

🐛(frontend) fix markdown rendering #2449

Closed kernicPanel closed 9 months ago

kernicPanel commented 9 months ago

Purpose

Markdown save was broken, because of a gap between the real rendered content, and the one sent to the parent component callback.

Proposal

Don't use the dom to retrieve generated content.