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

When convert docx to md, table alignment is lost. #8551

Closed
rhirano0715 opened this issue Jan 14, 2023 · 3 comments
Closed

When convert docx to md, table alignment is lost. #8551

rhirano0715 opened this issue Jan 14, 2023 · 3 comments

Comments

@rhirano0715
Copy link

When convert docx to md, table alignment is lost.
It is also lost when converted to html or pdf.
It seems to be docx reader issue.

Input(docx)
Sample docx

Output(md)

Table

  -----------------------------------------------------------------------
  Default           Left              Center            Right
  ----------------- ----------------- ----------------- -----------------
  Row11             Row12             Row13             Row14

  Row21             Row22             Row23             Row24
  -----------------------------------------------------------------------

for reproduce

@jgm
Copy link
Owner

jgm commented Jan 14, 2023

That's right. Comment in code:

  • [-] Table (column widths and alignments not yet implemented)

@rhirano0715
Copy link
Author

Sorry. I overlooked it.

@jgm
Copy link
Owner

jgm commented Mar 15, 2024

I agree, though, that it would be great to implement this!

@jgm jgm closed this as completed in 3dfac97 Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants