FormidableLabs / spectacle

A React-based library for creating sleek presentations using JSX syntax that gives you the ability to live demo your code.
https://commerce.nearform.com/open-source/spectacle/
MIT License
9.75k stars 691 forks source link

How can I get multiple notes or formatted notes using Markdown? #1282

Open benlieb opened 1 year ago

benlieb commented 1 year ago

Question

How can I get multiple notes or formatted notes using Markdown? I've read the source and it looks like it's just looking for one line. This may work in simple cases, but I prefer my notes to be bullet points. Is this possible in Markdown?

Simple attempts like this failed:

  # Who here has interviewed someone before?

  Notes: I'm a note? \n I'm a note too?
  ---
ricovitch commented 1 year ago

That looks to work for me with MDX

Notes: - I'm a note?
- I'm a note too?