File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 1818 </div >
1919 {% endif %}
2020
21-
22-
2321 {% for clar in list %}
24- <div style =" height: 100px;" ></div >
25- <div >Pure body:<br >{{ clar .body }}</div >
26- <div >Markdown converted:<br >{{ clar .body | markdown_to_html }}</div >
27- <div >DOMjudge Markdown converted:<br >{{ clar .body | domjudge_markdown_to_html }}</div >
28- <div >Sanitized:<br >{{ clar .body | sanitize_html(' app.clarification_sanitizer' ) }}</div >
29- <div >All:<br >{{ clar .body | domjudge_markdown_to_html | sanitize_html(' app.clarification_sanitizer' ) }}</div >
30- <div >DOMjudge all:<br >{{ clar .body | domjudge_markdown_to_html | sanitize_html(' app.clarification_sanitizer' ) }}</div >
3122 <div class =" card mb-3 {% if clar .from_team is not defined %}border-primary{% endif %}" >
3223 <div class =" card-header" >
3324 <div class =" row" >
Original file line number Diff line number Diff line change 77
88 {% set current_route = app .request .attributes .get (' _route' ) %}
99
10- <span >Euler's identity: $( e^{i\pi} + 1 = 0 )$</span >
11- <span >$$\vec{a} \times \vec{b} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ a_x & a_y & a_z \\ b_x & b_y & b_z \end{vmatrix}$$</span >
1210 <div class =" collapse navbar-collapse" id =" menuDefault" data-update-url =" {{ path(' jury_ajax_updates' ) }}" >
1311 <ul class =" navbar-nav me-auto" >
1412
You can’t perform that action at this time.
0 commit comments