Skip to content

fixed width tables do not get parsed in docx #64

Answered by ickc
luerhard asked this question in Q&A
Discussion options

You must be logged in to vote

I'm pretty sure it is not a bug of pantable.

One of the problem in trying to reproduce your result is that your example above is not self-contained. i.e. you do not have the command you use to generate the docx.

I also assume your \ in the beginning is not what you meant (you may be trying to escape that in showing it as code in markdown here, which you can do will either using another delimiter such as ~~~ or even indent the whole block.)

In test.md:

```table
---
alignment: LLL
markdown: true
width: [0.2, 0.5, 0.3]
---
1,2,3
hello,my,name
```
pandoc -F pantable test.md -o test.docx

is a normal looking table to me.

Another reason to know that this is not a problem of pantable is that your…

Replies: 2 comments 4 replies

Comment options

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

ickc Dec 18, 2021
Maintainer

@ickc
Comment options

ickc Dec 18, 2021
Maintainer

Answer selected by ickc
Comment options

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

ickc Dec 18, 2021
Maintainer

@luerhard
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
Converted from issue

This discussion was converted from issue #63 on December 18, 2021 00:03.