Closed py9mrg closed 2 years ago
I think you need four spaces (or a true tab instead of two spaces) to indicate a new level. The syntax of remark.js's Markdown is different with Pandoc's Markdown. This works fine:
# Hello World
- Here are some bullet points using markdown syntax
- Here's the next level
- And this should be a lower level, but it isn't
- Whereas this is:
- To summarise:
- To get third level bullets:
- You have to use an extra tab on the third level.
1. No tabs
1. One tab
1. Two tabs
1. Three tabs
I am experiencing a strange thing with both ordered and unordered lists. To get a third level entry you need to add an extra tab compared to normal md.
Giving the result:
By filing an issue to this repo, I promise that
xfun::session_info('xaringan')
. I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version:remotes::install_github('yihui/xaringan')
.I understand that my issue may be closed if I don't fulfill my promises.