I want to have an extra line break put in between each list item when someone copies the text from my site, since the bullet points don't copy. How can I do that?
The answer to this question just tells you how to add code to the beginning and/or end of copied text, I'd like to add code in between list items!
The code is pretty simple:
<div>
<li>This is the first paragraph.</li>
<li>This is the second.</li>
<li>This is the third.</li>
</div>
<textarea>Copy & paste here with breaks in between each list item.</textarea>
https://jsfiddle.net/cleo_not_chloe/pvn3ahtr/
Thanks!