google / ioweb2016

I/O web app 2016
https://events.google.com/io2016
Apache License 2.0
518 stars 87 forks source link

Line breaks in the description of sessions does not render #949

Closed nicolasgarnier closed 8 years ago

nicolasgarnier commented 8 years ago

For instance see the description of the Keynote on staging which contains \n characters. We need to replace these by <br>

ebidel commented 8 years ago

We don't support line breaks in the output from the CMS. Can't use HTML in polymer's data binding features due to XSS protection. We'd have to implement something special for this.