coding-styletextile

How to turn textile table rows readable with e.g. line wrapping or empty lines?


I’m editing a table in textile wiki syntax (e.g. redmine). – The lines are long and completely unreadable.

It seems impossible to

Is there any trick to do some “source code” formatting on textile table rows?


Solution

  • Get some ideas here:

    |_. Header 1 |_. Header 2 |_. Header 3 |
    |
    |
    |
    |               "link 1":http://www.example.com/1________ <notextile>
       </notextile> "link 2":http://www.example.com/2________
       | second column here
       | row doesn’t end unless you let it end with a pipe |
    

    This all works in “redmine”.