Skip to content

Please add support for Table and Horizontal Rule for nodes in markdown #736

Description

@s1-ranjan

It would be nice to extend the node to support for Table and horizontal rule, In markdown format the table can be render using

| Tables        | Are           | Cool  |
| ------------- |:-------------:| -----:|
| col 3 is      | right-aligned | $1600 |
| col 2 is      | centered      |   $12 |
| zebra stripes | are neat      |    $1 |

to render

Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1
and for horizontal rule by
Three or more...
---
Hyphens
***
Asterisks
___
Underscores

to render
Three or more...

Hyphens


Asterisks


Underscores

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    deferredFix is deferred to a later date

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions