How do I make second level bullets in RMarkdown from Rstudio?
I tried
* Level1 + leve2
and it didn't work. It's not exactly clear how to do it from the tutorial. This seems so simple to do in normal RMarkdown.
To create an ioslides presentation from R Markdown, you specify the ioslides_presentation output format in the YAML metadata of your document. You can create a slide show broken up into sections by using the # and ## heading tags (you can also create a new slide without a header using a horizontal rule ( --- ).
It's not exactly clear how to do it from the tutorial. This seems so simple to do in normal RMarkdown. You have to make sure the full list is recognized as a bulleted list by inserting a blank line before the first bullet and you have to have 4 spaces before the '+' character for this to work.
The second and third lines are not indented. Only the very last line is indented, and only one indent instead of the expected two. And all bullets are the secondary hollow style. It's as if I put the following syntax into R Studio, but I didn't. How do I get what I intended, the first chunk of pasted syntax? Show activity on this post.
And all bullets are the secondary hollow style. It's as if I put the following syntax into R Studio, but I didn't. How do I get what I intended, the first chunk of pasted syntax? Show activity on this post. Show activity on this post. See the Pandoc documentation under Block content in list items.
--- title: "Untitled" date: "Friday, October 31, 2014" output: pdf_document --- ```{r} summary(cars) ``` 1. Item 1 2. Item 2 a. Item 2a b. Item 2b
Look at the above one, maybe the spacing is the problem
This works for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With