luisvinicius167 / ityped

Dead simple Javascript animated typing, with no dependencies.
https://ityped.surge.sh/
MIT License
2.33k stars 128 forks source link

Allow HTML in strings array #36

Open Brixy opened 6 years ago

Brixy commented 6 years ago

Thank you for this nice piece of software.

Would it be possible to allow HTML tags in the string array (e. g. for emphasizing or linking)?

This seems to be a handy-on technique: https://stackoverflow.com/questions/29462305/how-to-create-a-typewriter-effect-in-javascript-that-will-take-into-account-html

Thank you!