orlyyani / read-more

A Vue.js read more plugin
MIT License
110 stars 34 forks source link

html tags supported? #2

Open andysay opened 6 years ago

andysay commented 6 years ago

i use html tags, this solution will render text with html tags? thanks

orlyyani commented 6 years ago

yes, it does support html tags and will not render any text with html tags.

akhoury commented 5 years ago

not when using the directive though, you'd have to replace all the textContent with innerHTML here https://github.com/orlyyani/read-more/blob/6b27a96eeb456bbb4a2d25a143d089449ebe8844/src/ReadMoreDirective.js