I followed this post to make it so that I could post multiple authors on my front page. However, the YAML is not working correctly. It does not output authors on separate lines, see image:
What am I doing wrong? Code below
---
title: |
Chapter 3
Title Name
author:
- LM Bradley
- Committee Chair, PhD
- Committee Co-chair, PhD
- Committee member, PhD
- Committee member, PhD
- Committee member, PhD
output:
pdf_document:
keep_tex: yes
extra_dependencies: amsmath
html_document:
df_print: paged
word_document: default
This is the abstract.
It consists of two paragraphs.
---