codalab / codabench

Codabench is a flexible, easy-to-use and reproducible benchmarking platform. Check our paper at Patterns Cell Press https://hubs.li/Q01fwRWB0
Apache License 2.0
76 stars 28 forks source link

Inconsistency between EasyMarkdownEditor's preview and actual effect #1500

Closed Junyi-99 closed 4 months ago

Junyi-99 commented 5 months ago

I am an organizer, here is the our competition link: https://www.codabench.org/competitions/edit/3283

In the "Pages" editor, EasyMarkdownEditor did not render the HTML with style, but in the final published page, it will.

I put a PoC here:

<div style="width:200px; height: 200px; background: red">
</div>

This is a non-urgent issue that just causes confusions for the organizers.

ihsaan-ullah commented 4 months ago

In front of the page there is an eye icons, when you press that button, you can see how the page will look like without saving changes. Markdown editor is not showing the style because it is built to render only Markdown.

Screenshot 2024-07-13 at 7 19 19 PM Screenshot 2024-07-13 at 7 15 51 PM

I am closing this because we have many bugs to fix and features to implement. If you want to contribute and fix this, we would appreciate your contribution. We may want to check the markdown thing in detail in the next big update of the UI.