I am using R Markdown in RStudio and the knit HTML option to create HTML output. However, the font used in the ouput for plain text blocks is rather small and I would like t
You can change the font size in R Markdown with HTML code tags your text . This code is added to the R Markdown document and will alter the output of the HTML output.
For example:
This is my text number1
This is my text number 2
This is my text number 3
This is my text number 4
This is my text number 5
This is my text number 6