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