mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
rst can't handle arbitrary heading levels
This commit is contained in:
parent
dfc51fae35
commit
1bbeb54673
@ -186,7 +186,8 @@
|
||||
"\n",
|
||||
"You will notice in other places on the web that `$$` are needed explicitly to begin and end MathJax typesetting. This is **not** required if you will be using TeX environments, but the Jupyter notebook will accept this syntax on legacy notebooks. \n",
|
||||
"\n",
|
||||
"### Source\n",
|
||||
"## Source\n",
|
||||
"\n",
|
||||
"```\n",
|
||||
"$$\n",
|
||||
"\\begin{array}{c}\n",
|
||||
@ -220,7 +221,8 @@
|
||||
"$$\n",
|
||||
"```\n",
|
||||
"\n",
|
||||
"### Display\n",
|
||||
"## Display\n",
|
||||
"\n",
|
||||
"$$\n",
|
||||
"\\begin{array}{c}\n",
|
||||
"y_1 \\\\\\\n",
|
||||
@ -264,7 +266,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.4.0"
|
||||
"version": "3.4.3"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
Loading…
Reference in New Issue
Block a user