Skip to content

Commit

Permalink
Added note how to format bulletpoints (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolibril13 committed Aug 1, 2021
1 parent 7e20521 commit 7c18387
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/markdown-cells.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
"* Green\n",
"* Blue\n",
"\n",
"Note: JupyterLab and JupyterNotebook uses a different Markdown parser than nbsphinx (which currently uses Pandoc). \n",
"In case that your Bulletpoints do render in the notebook and do not render with nbsphinx, please add one blank line before the bulletpoints.\n",
"***\n",
"\n",
"1. One\n",
Expand Down Expand Up @@ -642,7 +644,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.2"
"version": "3.9.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 7c18387

Please sign in to comment.