I try the following code to support the main text and make the title bold. I want to determine where the line break is in my long title but when I connect the rmd file non of the style edits happens to the title section.
---
title: "my really really really really \n really really long title"
author: "person"
date: "4/24/2020"
output:
html_document:
toc: true
toc_float:
collapsed: true
smooth_scroll: false
toc_depth: 4
theme: yeti
highlight: tango
code_folding: show
---
<style>
body {
text-align: justify}
title {
font-style: bold}
</style>