fortesinformatica / Sideshow

Sideshow is a powerful javascript library which aims to reduce your user's learning curve by providing a way to create step-by-step interactive tours. Explain the features of your application, control your end-user's interaction with your UI, emphasize what you're explaining in each step by masking it. Just think! The sky is the limit!
http://fortesinformatica.github.io/Sideshow
Apache License 2.0
86 stars 31 forks source link

Create html format #7

Closed DanielApt closed 9 years ago

DanielApt commented 9 years ago

Right now Sideshow offers two formatting styles: plaintext or markdown. Markdown does not address the issues I have, as I want to use <span> tags in my step's text.

I'm aware I can use the markdown format, and my html will work, but this feels hacky.

Instead I've decided to create an explicit html format, which does html formatting only

alcidesqueiroz commented 9 years ago

Nice feature @DanielApt. =) PR accepted. In the next version release, we'll include your contribution. Thanks!