diff --git a/assets/css/app.css b/assets/css/app.css
index df4beb182..8bce328d1 100644
--- a/assets/css/app.css
+++ b/assets/css/app.css
@@ -566,6 +566,23 @@ article .task-score {
line-height: 1.4em;
}
+.markdown h1 {
+ margin-top: 5px;
+ margin-bottom: 10px;
+ font-size: 2em;
+ padding-bottom: 3px;
+ border-bottom: 1px dotted #000;
+}
+
+.markdown h2 {
+ text-decoration: underline;
+}
+
+.markdown h3 {
+ font-weight: bold;
+ text-decoration: underline;
+}
+
.markdown ol,
.markdown ul {
margin-left: 25px;
diff --git a/templates/task_edit.php b/templates/task_edit.php
index eca4537a7..07555432e 100644
--- a/templates/task_edit.php
+++ b/templates/task_edit.php
@@ -28,7 +28,7 @@
= Helper\form_label(t('Description'), 'description') ?>
= Helper\form_textarea('description', $values, $errors) ?>
-