I’m editing a table in textile wiki syntax (e.g. redmine). – The lines are long and completely unreadable.
It seems impossible to
- have empty lines in the source to separate logical table rows
- make a logical table row span multiple lines in the source (e.g. with the following lines carry indentation to distinguish them from the next row)
Is there any trick to do some “source code” formatting on textile table rows?
Get some ideas here:
|on a line by itself does nothing, especially it hinders that the table is going to end (and no empty row is added)<notextile> </notextile>avoids real line breaks in the result|at the end of the lineThis all works in “redmine”.