-
Notifications
You must be signed in to change notification settings - Fork 391
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
Links to sample md files do not work in read the docs #255
Comments
I think I figured this out, will add it to #257 |
The link is working now! Thanks Chris. |
Re: the diffs between Jupytext and pandoc .md: thanks for that Are the differences in the use of apostrophes in the Also, I note a diff in the presence of the |
I think they are not. I mean, both headers are valid YAML. Probably the difference here comes from the way they are written. Jupytext's one is writen with
Pandoc preserves the @psychemedia , you should expect a few more differences on
We discussed the two formats some time ago with @jgm on pandoc-discuss. Given the differences, I have chosen to implement the pandoc format by calling |
@psychemedia, note that markdown has a lot of different flavors and pandoc is one of them. (pandoc is both a program that converts between a ton of formats, and a markdown flavor, occasionally called Pandoc Favored Markdown.) the At the very least you could consider the diff you're seeing is just 2 different "flavors", 2 different ways a mapping between ipynb and md can be realized. |
I just subscribed to the Tracking Jupyter newletter by @psychemedia (Super interesting, thanks Tony for your work there, and for all the mentions of Jupytext!)... and I wanted to answer one question by Tony - He was wondering how the pandoc Markdown format compares to Jupytext's one.
The answer is in the
demo
folder, where the World population notebook is represented in each of the available formats.But on this occasion, I also see that the link to the pandoc sample in our readthedocs documentation does not work - it goes to
https://github.com/mwouts/jupytext/blob/master/demo/World population.pandoc
instead ofhttps://github.com/mwouts/jupytext/blob/master/demo/World population.pandoc.md
, i.e. the.md
extension is missing. @choldgraf, maybe you will know how to fix that? Thanks!The text was updated successfully, but these errors were encountered: