Skip to content

How to render a table in a flowchart? #5320

Discussion options

You must be logged in to vote

@Piratepie, it appears that the documentation might be incorrect, for although

```mermaid
flowchart TD
	n1["<table><thead><tr><th>TestTL</th><th>TestTR</th></tr></thead><tbody><tr><td>TestBL</td><td>TestBR</td></tr></tbody></table>"]
```

doesn't render here:

flowchart TD
	n1["<table><thead><tr><th>TestTL</th><th>TestTR</th></tr></thead><tbody><tr><td>TestBL</td><td>TestBR</td></tr></tbody></table>"]

an HTML table does via https://marketplace.visualstudio.com/_apis/public/gallery/publishers/bierner/vsextensions/markdown-mermaid/1.22.0/vspackage and https://mermaid.live/edit#pako:eNpFjrEOgkAMhl-FdDa5uF4Ig2F0QjbrUGgRIneY44ghhHf38FCn_l_y_W0XqAcW0ND0w6tuyfmkzNGit8crQuqp6iVLfSvEYbgtZ…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@RokeJulianLockhart
Comment options

Answer selected by RokeJulianLockhart
@Piratepie
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants