diff --git a/pages/scholarship/updates.html b/pages/scholarship/updates.html index 1bd1d040..582136fa 100644 --- a/pages/scholarship/updates.html +++ b/pages/scholarship/updates.html @@ -30,7 +30,7 @@

{{ currentdate }}

  • {{ post.date | date: "%B %-d, %Y" }} update: {{ post.title }}

    - {{ post.content | strip_html | markdownify }} + {{ post.content | markdownify }}
  • {% endif %} {% endfor %}