[IPython-dev] Custom cell types for markup

Zakariyya Mughal zaki.mughal at gmail.com
Mon Feb 9 18:08:51 EST 2015


Hi!

I would like to add a custom cell type for formatted documentation.
Instead of just Markdown, I would like to be able to use POD
<http://en.wikipedia.org/wiki/Plain_Old_Documentation>.

Now, I understand that having a custom format will lead to portability
issues, but would it be possible to have something where the cell type
is POD, but the notebook contains both the POD source and pre-generated
HTML output that can be rendered by nbviewer?

Is there an example of something similar? Perhaps I can do this all in
JavaScript, but I don't know of any JavaScript POD parsers.

Regards,
- Zaki Mughal



More information about the IPython-dev mailing list