You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Web pages are written in Rmarkdown. This is basically a text file that allows you to include images and R code chunks. The main things you need to know to write a document are:
1. Use `#` to create headings.
# This is my big heading ` write: # This is my big heading`
## This is my medium heading `write: ## This is my medium heading`
### This is my small heading `write: ### This is my small heading`
2. Useful markup
- I am a bullet point `write: - I am a bullet point`