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

slides: Notes section confuses slide level detection #3993

Closed
paulmenzel opened this issue Oct 25, 2017 · 4 comments
Closed

slides: Notes section confuses slide level detection #3993

paulmenzel opened this issue Oct 25, 2017 · 4 comments

Comments

@paulmenzel
Copy link

Pandoc 1.19.2.1

Convert the following minimal example.

# Title slide header

## Normal slide

With text

# Questions

<div class="notes">
Some notes for the speaker.
</div>

Pandoc’s slide level detection seems to consider the notes as text, and therefore uses # as the first slide level instead of ## as I’d expect.

@jgm
Copy link
Owner

jgm commented Oct 25, 2017 via email

@paulmenzel
Copy link
Author

paulmenzel commented Oct 25, 2017 via email

@tarleb
Copy link
Collaborator

tarleb commented Oct 25, 2017

Pandoc should do what you want when called with --slide-level=2.

paulmenzel added a commit to paulmenzel/ecc_2017--run_upstream_coreboot_on_an_arm_chromebook that referenced this issue Oct 26, 2017
@mb21
Copy link
Collaborator

mb21 commented Oct 26, 2017

Seems like --slide-level=2 resolved your issue...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants