I cannot get the markdown to parse when I build my project. I see no errors in the console and the template (*.liquid) use a simple {{ page.content }}
to inject the contents of the create.md file you see below. To be clear, I see all of the Front Matter injecting correctly into the template… but the actual Markdown in the MD file never gets converted into HTML.
FYI This MD file is not part of a Collection or a Blog Post. All of those get converted into HTML from Markdown.
create.md contents:
—
title: &title Create your Account
headline: Sign Up For a New Account
subheadline: Create Your Account
—
# Create Account
This is a placeholder for the Create Account page
### Page header
> Some quote about the content
create.md is location:
acc/create.md
Any thoughts? Thanks for your help.