jkitchin / ox-clip

Copy formatted content from org-mode
67 stars 10 forks source link

Keeping line breaks in numbered lists #7

Closed ngleb closed 1 year ago

ngleb commented 4 years ago

Is it possible to keep line breaks and not break numbers for lists like this one? Or just regular line breaks?

For example:

1. Line 1
   Line 2 with indentation
2. Line 3
3. etc.
jkitchin commented 4 years ago

I don't think so, that doesn't export to html preserving the line breaks I think.

ngleb commented 4 years ago

It looks like this does help:

@@html:<br>@@
1. Line 1@@html:<br>@@Line 2 with indentation
2. Line 3
3. etc.

I use this one file for storing some texts which I often need to export to clipboard in HTML, so keeping html tags does work for me.