Skip to content

Fix tables in jo.md #167

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

Merged
merged 2 commits into from
Feb 5, 2022
Merged

Fix tables in jo.md #167

merged 2 commits into from
Feb 5, 2022

Conversation

MasonM
Copy link
Contributor

@MasonM MasonM commented Feb 5, 2022

Currently, the tables at https://github.com/jpmens/jo/blob/master/jo.md don't render correctly with GitHub's Markdown viewer. This is because the output format markdown+simple_tables has different table syntax than GitHub Flavored Markdown. The format gfm is the recommended way of producing Github Flavored Markdown: https://pandoc.org/MANUAL.html#markdown-variants

Currently, the tables at https://github.com/jpmens/jo/blob/master/jo.md
don't render correctly with GitHub's Markdown viewer. This is because
the output format `markdown+simple_tables` has different table syntax
than GitHub Flavored Markdown. The format `gfm` is the recommended way
of producing Github Flavored Markdown:
https://pandoc.org/MANUAL.html#markdown-variants
@MasonM
Copy link
Contributor Author

MasonM commented Feb 5, 2022

Just realized the -- were getting converted to and " to due to the smart extension. I pushed a commit to disable that extension

@jpmens jpmens merged commit 3530ab9 into jpmens:master Feb 5, 2022
@jpmens
Copy link
Owner

jpmens commented Feb 5, 2022

Merged. Thank you, @MasonM

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

Successfully merging this pull request may close these issues.

2 participants