Closed cleemesser closed 6 years ago
hi @cleemesser - I have other reasons for working on this project (supporting Julia, R), so roundtripping sounds like a great idea to me. joint project?!?
p.s. you know more python than me!
Sounds good. I have forked aaren's code and am messing with it as a prototype.
Will implement ipynb -> markdown first as this is easiest using aaren's code. See https://github.com/cleemesser/notedown metadata branch
I'm not really sure about the best way to do this, and I'm a bit reluctant as I have very little time to maintain this any more, but things to consider are Pandoc's header_attributes
and fenced_divs
http://pandoc.org/MANUAL.html
Closing for now.
I am interested in supporting notebook cell metadata in the markdown file.This would have benefits:
I am not sure about the best way to do this, but I can imagine abusing markdown links somewhat
each markdown cell would be allowed to have a "comment:"
The code blocks would be handled as they are in notedown, but would add an optional metadata tag:
This may be an answer to #47 I am not married to the idea of using this particular system, but it would seem it would be ignored by a typical common-mark/markdown renderer and would not be too hard to implement.