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 18
18
</div >
19
19
{% endif %}
20
20
21
-
22
-
23
21
{% 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 >
31
22
<div class =" card mb-3 {% if clar .from_team is not defined %}border-primary{% endif %}" >
32
23
<div class =" card-header" >
33
24
<div class =" row" >
Original file line number Diff line number Diff line change 7
7
8
8
{% set current_route = app .request .attributes .get (' _route' ) %}
9
9
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 >
12
10
<div class =" collapse navbar-collapse" id =" menuDefault" data-update-url =" {{ path(' jury_ajax_updates' ) }}" >
13
11
<ul class =" navbar-nav me-auto" >
14
12
You can’t perform that action at this time.
0 commit comments