Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Powerpoint bullets default as level 2 #1418

Closed
timdisher opened this issue Aug 1, 2018 · 4 comments
Closed

Powerpoint bullets default as level 2 #1418

timdisher opened this issue Aug 1, 2018 · 4 comments
Assignees
Labels
question general questions - not an issue theme: powerpoint

Comments

@timdisher
Copy link

timdisher commented Aug 1, 2018

It looks as if the markdown powerpoint output defaults bullets as second level (i.e. indented) in powerpoint. I am trying to create templates for use for commonly used slide decks, but as it stands we would have to go back and manually indent bullets back to level 1

---
title: "Untitled"
output: powerpoint_presentation
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```

### Slide with Bullets

- Bullet 1
- Bullet 2
- Bullet 3

```{r pressure}
plot(pressure)
```
@rich-iannone rich-iannone self-assigned this Aug 7, 2018
@rich-iannone rich-iannone added question general questions - not an issue Difficulty: Novice labels Aug 7, 2018
@rich-iannone
Copy link
Member

You're right. It does indent to the second level and there is not currently a way to choose the indentation level or the type of bullet. This is something that may be addressed at a later time.

The Powerpoint support for R Markdown is for the most part handled by pandoc. There are a few open issues dealing with Powerpoint output at jgm/pandoc. Could you file this issue there? I'll close the issue here since it cannot really be addressed.

@rich-iannone
Copy link
Member

@timdisher I will transfer this issue (and the other one) myself. There needs to be a minimal code example that's suitable for an issue posted in jgm/pandoc.

@rich-iannone
Copy link
Member

@timdisher This is now posted in jgm/pandoc#4828.

@github-actions
Copy link

github-actions bot commented Nov 3, 2020

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question general questions - not an issue theme: powerpoint
Projects
None yet
Development

No branches or pull requests

3 participants