2 votes

Nested tables in markdown?

Tags: tables

9 comments

  1. [2]
    talklittle
    Link
    ASCII HTML Single backticks 'Isn't this fun?' 'Isn't this fun?' Quotes "Isn't this fun?" ASCII HTML Single backticks 'Isn't this fun?' ‘Isn’t this fun?’ Quotes "Isn't this fun?" “Isn’t this fun?”...
    ASCII HTML
    Single backticks 'Isn't this fun?' 'Isn't this fun?'
    Quotes "Isn't this fun?"
    ASCII HTML
    Single backticks 'Isn't this fun?' ‘Isn’t this fun?’
    Quotes "Isn't this fun?" “Isn’t this fun?”
    Dashes -- is en-dash, --- is em-dash – is en-dash, — is em-dash
    Dashes -- is en-dash, --- is em-dash -- is en-dash, --- is em-dash
    3 votes
    1. cfabbro
      Link Parent
      Neat. I had no idea you could do that.

      Neat. I had no idea you could do that.

      2 votes
  2. [3]
    Chinpokomon
    Link
    Seeing as tables aren't part of Markdown as a standard, and exist only through extended versions, what version of Markdown does Tildes support?

    Seeing as tables aren't part of Markdown as a standard, and exist only through extended versions, what version of Markdown does Tildes support?

    1 vote
    1. [2]
      talklittle
      Link Parent
      I believe it's GitHub flavored markdown: https://github.com/github/cmark-gfm As Tildes' install script pulls in the dependency "cmark-gfm" here:...

      I believe it's GitHub flavored markdown: https://github.com/github/cmark-gfm

      As Tildes' install script pulls in the dependency "cmark-gfm" here: https://gitlab.com/tildes/tildes/-/blob/0dbb031562cd9297968fec0049af4b833ef77301/ansible/roles/cmark-gfm/tasks/main.yml

      1 vote
      1. Chinpokomon
        Link Parent
        That'd make sense then. Thanks, that's good to know.

        That'd make sense then. Thanks, that's good to know.

        1 vote
  3. [3]
    talklittle
    (edited )
    Link
    Misc tables: What Where Table Normal What Where Table Normal 2 |What |Where | |:-----|-------:| |Table |Summary | What Where Table Details What Where Table HTML Summary What Where Table HTML Details

    Misc tables:

    What Where
    Table Normal
    What Where
    Table Normal 2
    What Where
    Table Blockquote
    |What |Where | |:-----|-------:| |Table |Summary |
    What Where
    Table Details
    What Where
    Table HTML Summary
    What Where
    Table HTML Details
    What Where
    Table HTML Blockquote

     


    What Where
    Table Normal again
    1. talklittle
      Link Parent
      How about 5 normal tables: 1: What Where Table Normal 2: What Where Table Normal 3: What Where Table Normal 4: What Where Table Normal 5: What Where Table Normal The End

      How about 5 normal tables:

      1:

      What Where
      Table Normal

      2:

      What Where
      Table Normal

      3:

      What Where
      Table Normal

      4:

      What Where
      Table Normal

      5:

      What Where
      Table Normal

      The End

  4. talklittle
    Link
    <td colspan="2"> appears unsupported (which is fine): ASCII HTML Single backticks 'Isn't this fun?' Quotes "Isn't this fun?" “Isn’t this fun?” Dashes -- is en-dash, --- is em-dash – is en-dash, —...

    <td colspan="2"> appears unsupported (which is fine):

    ASCII HTML
    Single backticks 'Isn't this fun?'
    Quotes "Isn't this fun?" “Isn’t this fun?”
    Dashes -- is en-dash, --- is em-dash – is en-dash, — is em-dash