Skip to content

Rendering the table in list #47

@xiaohaoliang

Description

@xiaohaoliang

The following markdown text doesn't work:

1. this is a
   - this is b1

   | Name | age|
   |----  |----|
   | Tom  | 16 |

   - this is b2
   - this is b3

It should be rendered to:

  1. this is a

    • this is b1
    Name age
    Tom 16
    • this is b2
    • this is b3

The actual output is as follows

  1. this is a

    • this is b1

    | Name | age| |---- |----| | Tom | 16 |

    • this is b2
    • this is b3

related issue

markedjs/marked#1246

GitbookIO/gitbook#794

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions