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

Table cell alignment is not respected #238

Open
fwkoch opened this issue Feb 18, 2023 · 2 comments
Open

Table cell alignment is not respected #238

fwkoch opened this issue Feb 18, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@fwkoch
Copy link
Member

fwkoch commented Feb 18, 2023

Support for table cell alignment is documented here: https://myst-tools.org/docs/mystjs/tables - The alignment is present in the AST, but is not reflected in the HTML, directly in the docs demo:

image

@fwkoch fwkoch added the bug Something isn't working label Feb 18, 2023
@riziles
Copy link

riziles commented Dec 15, 2023

Bump to issue from Feb from @fwkoch . Same appears to be true for PDFs:

---
title: Alignment Test
authors:
  - name: Roger Wilco
    affiliations:
      - SCS Eureka
    email: spacecowboy@sierraonline.com
date: 2023-12-01
exports:
  - format: pdf
    output: _build/exports/alignmenttest.pdf
---

| left | center | right |
| :--- | :----: | ----: |
| a    |   b    |  9999 |
| c    |   d    |     9 |

produces:

image

@rowanc1
Copy link
Member

rowanc1 commented Apr 11, 2024

This has been fixed online recently, not yet in latex.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants