I have this markdown code in a Markdown file. It has inline HTML.
---
layout: page
title: About This Website
permalink: /about/
---
This website is built with <i class="fa fa-heart" style="color: #EEAAAA"></i>,
[Jekyll](https://jekyllrb.com/), [LESS](http://lesscss.org/),
[Gulp](http://gulpjs.com/), and a series of other [NPM builders](http://gulpjs.com/plugins/).
It is hosted on [Github Pages](https://pages.github.com/).
But when I wrap the stuff below the front matter with a <div>
, the markdown doesn't render. Even when I wrapped the opening and closing <div>
tags with {% raw %}
.
Why? Are there any workarounds? I'm using Jekyll 3.