R Markdown - changing font size and font type in html output

后端 未结 6 1760
感情败类
感情败类 2020-12-12 16:12

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

6条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-12 16:51

    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

提交回复
热议问题