Here's an example of my front matter in an Rmarkdown document.
---
description: "Exploring the depths of harmony starts with scales. Click
on to learn every poossible functional scale in western music."
title: "Scales"
date: "2017-05-12"
draft: false
weight: 200
bref: "Harmony in music comes from scales. Each unique functional scale
represents an opportunity for a triad that is surrounded by a different
set of extensions or color notes."
toc: true
script: 'scales'
---
Problem is, the word "true" is showing up in my html output of the Rmarkdown. Any idea how to fix?
Let me know if you need more information, I have sort of a complicated set up going on using blogdown.