cosmocode / edittable

Plugin to provide a custom editor for tables in DokuWiki
https://www.dokuwiki.org/plugin:edittable
32 stars 26 forks source link

Code tag linebreaks not recognised in edittable #134

Open kaiaeberli opened 7 years ago

kaiaeberli commented 7 years ago

Hi,

I am using edittable to keep track of code snippets. However, when putting \ sth linebreak sthelse \ into it, the linebreak characters have no effect. All the code appears in one long line off the screen. Any ideas?

Thanks, Kai

lizat commented 4 years ago

This bug still exists. There is a , not very satisfactory workaround that produces separate code block with minimal spacing, do several blocks on on physical line: <code>content</code><code>content</code><code>content</code>

Any idea if this will be fixed?

lizat commented 4 years ago

Related Issue? if the code block contains a pipe symbol it breaks the code instruction and introduces a new column

Michaelsy commented 4 years ago

Workaround: Use the Wrap-Plugin instead of <code> and style it via CSS. Then you can use the pipe symbol and linebreaks \\ will be rendered (That means the line breaks inserted via edittable are considered accordingly.)