EragonJ / Trip.js

🚀 Trip.js is a plugin that can help you customize a tutorial trip easily with more flexibilities.
https://eragonj.github.io/Trip.js/
MIT License
793 stars 111 forks source link

add new line #136

Closed maz1989 closed 8 years ago

maz1989 commented 8 years ago

content: "Click here to create your \n first course"

\n new line not work

ex:

img

kafeltz commented 8 years ago

Try <br>, i did it that way.

edit: html markup was invisible

maz1989 commented 8 years ago

content: "Click here to create your \n first course" not work the problem solved using br/ script this work fine content: "Click here to create your br/ first course"

kafeltz commented 8 years ago

Now i see my comment was sanitized my < b r >

kafeltz commented 8 years ago

I'm not sure if it was asked before, but would be nice to auto-wrap automatically theses boxes.

EragonJ commented 8 years ago

@maz1989 you can use <br/> first and we already got the same issue for that auto-wrap algorithm here https://github.com/EragonJ/Trip.js/issues/139 thanks guys ;)