Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
|
@@ -308,7 +308,7 @@
|
|
| 308 |
color: #2d2d4e;
|
| 309 |
line-height: 1.8;
|
| 310 |
font-size: 15px;
|
| 311 |
-
">{{ paragraph }}</pre>
|
| 312 |
</div>
|
| 313 |
{% endif %}
|
| 314 |
|
|
|
|
| 308 |
color: #2d2d4e;
|
| 309 |
line-height: 1.8;
|
| 310 |
font-size: 15px;
|
| 311 |
+
">{{ paragraph|safe }}</pre>
|
| 312 |
</div>
|
| 313 |
{% endif %}
|
| 314 |
|