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

Which flavor of Markdown is used? #27

Open
wishinghand opened this issue Dec 16, 2020 · 4 comments
Open

Which flavor of Markdown is used? #27

wishinghand opened this issue Dec 16, 2020 · 4 comments

Comments

@wishinghand
Copy link

I'm trying to add a table to my PDF but I'm not sure how to format it. Which Markdown variant should I look at?

@semiherdogan
Copy link

semiherdogan commented Dec 17, 2020

Same here, tried like below but result is not table formatted.

| Command     | Description    |
|------------ |----------------|
| Test        | Test           |

@cwthomas-llu
Copy link

It uses Github Flavored Markdown. I use tables all the time and ibis renders them correctly. For the example above, please try below. It should work:

| Command | Description |
|---------|-------------|
| Test    | Test        |

Note how the vertical bars is one space past the longest column value. There is no space in the horizontal bar as well.

@alexellis
Copy link
Contributor

@cwthomas-llu do you ever generate HTML and other formats as per #30 #15 ?

@cwthomas-llu
Copy link

@alexellis I do insert images as per #30 , but I had to read how to do it from the GFM documentation. Also, watch out in terms of the path of the image file. I thought the path was relative to the content folder. But it is not. The path is relative to the root folder.

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

No branches or pull requests

4 participants