•  
      request #14998 Markdown tables are no more rendered in the git browser
    Infos
    #14998
    Aurélien Tisné (atisne)
    2020-06-25 14:37
    2020-06-18 10:45
    16248
    Details
    Markdown tables are no more rendered in the git browser
    Tables, using the pipe syntax, are no more rendered when reading a markdown Readme in the git browser.
    Probably since the use of the renderer CommonMark. Tables are not part of the CommonMark core specification (neither in Markdown spec).
    php-markdown extra syntax (that cover tables) was probably used before.

    Here is a sample of broken table that users report us:

    | Case ID | Case Acronym | Case Full Name |
    |---------|--------------|----------------|
    | 301 | PW | Plane Wave |

    Rendering of tables in markdown may be useful.
    Other
    11.15
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Closed
    2020-06-25
    Attachments
    References
    Referencing request #14998
    Referenced by request #14998

    Artifact Tracker v5

    rel #14817 11.17

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2020-06-25 10:56

    So I investigated a bit more, while the tables were previously rendered they were not styled making them hardly usable. In these conditions their lost is okayish.

    1992-tables_no_style.png

     

    That's being said I'm taking a look to see what we can do about it. However, the change will probably be limited to the rendering of Markdown documents in the Git repositories (meaning table will be not rendered in other places where Tuleap renders Markdown content).


    User avatar
    Thomas Gerbet (tgerbet)2020-06-18 10:47
    • Summary
      -Makdown tables are no more rendered in the git browser 
      +Markdown tables are no more rendered in the git browser 
    • Status changed from New to Verified
    • Assigned to changed from None to Thomas Gerbet (tgerbet)
    • Platform cleared values: CentOS 6