Skip to content

Commit

Permalink
Update ipynb example in manual.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jan 26, 2019
1 parent 7444427 commit 7012782
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions MANUAL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4869,27 +4869,29 @@ When creating a [Jupyter notebook], pandoc will try to infer the
notebook structure. Code blocks with the class `code` will be
taken as code cells, and intervening content will be taken as
Markdown cells. Attachments will automatically be created for
images in Markdown cells. For example:
images in Markdown cells. Metadata will be taken from the
`jupyter` metadata field. For example:

````
---
title: My notebook
nbformat: 4
nbformat_minor: 5
kernelspec:
display_name: Python 2
language: python
name: python2
language_info:
codemirror_mode:
name: ipython
version: 2
file_extension: ".py"
mimetype: "text/x-python"
name: "python"
nbconvert_exporter: "python"
pygments_lexer: "ipython2"
version: "2.7.15"
jupyter:
nbformat: 4
nbformat_minor: 5
kernelspec:
display_name: Python 2
language: python
name: python2
language_info:
codemirror_mode:
name: ipython
version: 2
file_extension: ".py"
mimetype: "text/x-python"
name: "python"
nbconvert_exporter: "python"
pygments_lexer: "ipython2"
version: "2.7.15"
---

# Lorem ipsum
Expand Down

0 comments on commit 7012782

Please sign in to comment.