(hopefully) fix newline in lists when pasting links
This commit is contained in:
@@ -615,7 +615,7 @@ define(function () {
|
||||
// Initial states
|
||||
|
||||
out.initialState = [
|
||||
'<span style="font-size:16px;"><p>',
|
||||
'<p>',
|
||||
'This is <strong>CryptPad</strong>, the Zero Knowledge realtime collaborative editor. Everything is saved as you type.',
|
||||
'<br>',
|
||||
'Share the link to this pad to edit with friends or use the <span class="fa fa-share-alt" style="border: 1px solid black;color:#000;"> Share </span> button to share a <em>read-only link</em> which allows viewing but not editing.',
|
||||
@@ -623,7 +623,7 @@ define(function () {
|
||||
|
||||
'<p><em>',
|
||||
'Go ahead, just start typing...',
|
||||
'</em></p></span>',
|
||||
'</em></p>',
|
||||
'<p> <br></p>'
|
||||
].join('');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user