Say I type the following in a regular markdown file:
1. a
1. b
1. c
When rendered, it will display:
1. a
2. b
3. c
For some reason, this doesn't happen in blogdown when using an Rmd file. Any thoughts on why this might be the case?
Say I type the following in a regular markdown file:
1. a
1. b
1. c
When rendered, it will display:
1. a
2. b
3. c
For some reason, this doesn't happen in blogdown when using an Rmd file. Any thoughts on why this might be the case?