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

monospace block and bullets on the same slide #239

Open
mpenning opened this issue Mar 12, 2024 · 1 comment
Open

monospace block and bullets on the same slide #239

mpenning opened this issue Mar 12, 2024 · 1 comment

Comments

@mpenning
Copy link

I'm trying to render a slide like this, but I can't figure out how to get both monospace text and bullets on the same slide... is there something I could do to make this render correctly?

---

# Slide title

- bullet 1
- bullet 2
  - bullet 3
 
    monospace line 1
    monospace line 2
    monospace line 3

If you try to render this slide, the monospace text does not show up as monospace.

@adamzap
Copy link
Owner

adamzap commented Mar 19, 2024

Yes, this is unfortunate. My first thought is that you could put an HTML comment between them as a workaround:

---

# Slide title

- bullet 1
- bullet 2
  - bullet 3

<!-- -->
 
    monospace line 1
    monospace line 2
    monospace line 3

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

2 participants