mstachowsky / Klein-Clientside

A client-side instructional material framework
GNU General Public License v3.0
2 stars 4 forks source link

Formatting text in between images/videos. #71

Open DanielKang747 opened 2 years ago

DanielKang747 commented 2 years ago

This issue is that whenever the user tries to insert text in between images, the text does not appear in the preview book file.

The reason is that the text gets omitted by the MD file parsing function. This may be due to the function parsing

tags, the text is between the tags, which is deleted.