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

markdown tables not rendered properly #17

Open
shinjekim opened this issue Oct 5, 2018 · 0 comments
Open

markdown tables not rendered properly #17

shinjekim opened this issue Oct 5, 2018 · 0 comments

Comments

@shinjekim
Copy link

I'm attempting to place a table in my markdown and it's not displayed in markdown form.

when I'm trying this below,

d budget result
2 2000 1000

it displayed like this below.
| d | budget | result | | --- | ------ | ------ | | 2 | 2000 | 1000 |

I checked _config.yml, markdown type was kramdown which is proper type for markdown tables.

Have you tried to use tables in markdown in your blog?
Do I need to do something to use markdown tables in codinfox-lanyon blog?

By the way, thank you for this awesome blog!

Thank you.

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

1 participant