Story
As editor using details to add additional details to a reference I want to be able to use newlines in Wikitext.
Background
Currently a newline in the attribute content in Wikitext is not supported in VE and will be removed when loading the content there. A literal newline character in the ref details attribute can't be supported, but it could be rendered as break tag <br />.
Steps to reproduce
- Start with a page and the following Wikitext
<ref details="Line1 Line2" name="book">Miller</ref>
- Load VE and edit the details content
- The newlines are not loaded into the editor

