Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I would like to tweak some of the formatting of my github_document output. e.g., control font family and size in headers and control justification and line breaks for the Title, Author, and Date in YAML. Can anyone point me toward some basic guide or examples of formatting a github_document from RStudio?

Controlling html_document from YAML is a breeze:

output:
  html_document:
    css: "style.css"

But trying the same with github_document will not work.

output:
  github_document:
    css: "style.css"
question from:https://stackoverflow.com/questions/66055452/tweak-formatting-of-github-document-output-via-css-or-other-method

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
123 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...