Hagsten / Talkify

Javascript Text to speech library
216 stars 32 forks source link

How to preserve the layout while reading? #60

Closed sheethal-santhosh closed 2 years ago

sheethal-santhosh commented 2 years ago

Hi,

@Hagsten Could you please suggest a workaround to preserve the layout while reading?

For e.g, while reading a poem as in the fiddle below, I would prefer not to change the layout. Thanks in advance.

http://jsfiddle.net/e7qvkbwj/25/

Hagsten commented 2 years ago

I would suggest avoiding br tags and use paragraphs instead, that should do the trick :)