fourplusone / etherpad-plugins

Plugins for Etherpad Lite
MIT License
23 stars 29 forks source link

Line breaks disappear with style Code #32

Open eviltel opened 10 years ago

eviltel commented 10 years ago

Used versions

You use the style Code from headings for a code block in your pad, for ex.:

print "Hello";
print "you!";
return 0;

If you want to export this pad to html, pdf and so on the linebreaks in the code block disappear. This looks like:

print "Hello"; print "you!"; return 0;
JohnMcLear commented 9 years ago

This is fine on ep_headings2, @eviltel I think this is probably fine for you now too.