Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-1387

Markdown table looks unsupported

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.6.1
    • 0.7.0
    • Core
    • None

    Description

      It looks the markdown table is not supported when using the markdown interpreter.

      Concrete example:

      %md
      || H1 || H2 ||
      | a | b |
      | c | d |
      

      The raw result is returned

      || H1 || H2 || 
      | a | b | 
      | c | d |
      

      instead of a nice table like this

      H1 H2
      a b
      c d

      Attachments

        Issue Links

          Activity

            People

              1ambda Hoon Park
              francois.rosiere@gmail.com François Rosière
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: