shresthasumit55 / check

test repo
0 stars 0 forks source link

Fix and test rich-text HTML question input #3

Closed shresthasumit55 closed 4 years ago

shresthasumit55 commented 4 years ago

Original report by Askar Kuvanychbekov (Bitbucket: barsbek10, GitHub: barsbek10).


shresthasumit55 commented 4 years ago

Original comment by Askar Kuvanychbekov (Bitbucket: barsbek10, GitHub: barsbek10).


It took more time, then expected because previously rich-text editor supported markdown output. However, markdown output and inserting table to question had a conflict. I was able to insert table, but after saving the question, editor would change the table to markdown format but never change from markdown format to html back.

In summary: I removed markdown output from rich-text editor, now it outputs only html.