This is the Hello World blog post using Rmd…
Header 1
Header 2
Header 3
Let’s try some math:
How about inline math such as
How about some R code?
plot(1:10, 41:50, col = "blue")

Figure 1: This is a simple plot
Let’s try mentioning r function.
plot()
How about using the alert note?
This is an alert. R function within the alert: sum()
Let’s try alert warning:
Do not get serious with arrange()
New Header 1
Just pure chunk of code (not evaluating)
blogdown::install_hugo()
# or
library(blogdown)
install_hugo()