Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sizing issue with markup tables #2340

Open
jfudickar opened this issue Feb 9, 2025 · 1 comment
Open

Sizing issue with markup tables #2340

jfudickar opened this issue Feb 9, 2025 · 1 comment

Comments

@jfudickar
Copy link

jfudickar commented Feb 9, 2025

Try this sample in the playground
`
monitoring: {
box2: ||md

# Status
  | Status | Count |
  | ------ | ----- |
  | Done   | 42    |
  | Todo   | 17    |

**status**

||
}
`

Status is not shown, only some dot's.

Image

This happens not allways, only with some combinations

@cyborg-ts cyborg-ts added this to D2 Feb 9, 2025
@jfudickar
Copy link
Author

jfudickar commented Feb 9, 2025

It happens also with two tables:

monitoring: {
  box2: ||md
    | Status | Count |
    | ------ | ----- |
    | Done   | 42    |
    | Todo   | 17    |

    | Status | Count |
    | ------ | ----- |
    | Done   | 42    |
    | Todo   | 17    |

  ||
}

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant