Skip to content

Commit

Permalink
rm math
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Oct 19, 2024
1 parent ec87c31 commit f889b82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nbs/tutorials/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1443,12 +1443,12 @@
"Using `$$`, e.g.:\n",
"\n",
"```\n",
"$$\\sum_{i=1}^{k+1}i$$\n",
"\\sum_{i=1}^{k+1}i\n",
"```\n",
"\n",
"Which is rendered as:\n",
"\n",
"> $$\\sum_{i=1}^{k+1}i$$"
"> \\sum_{i=1}^{k+1}i"
]
},
{
Expand All @@ -1458,7 +1458,7 @@
"Using `$`, e.g.:\n",
"\n",
"```\n",
"This version is displayed inline: $\\sum_{i=1}^{k+1}i$ . You can include text before and after.\n",
"This version is displayed inline: \\sum_{i=1}^{k+1}i . You can include text before and after.\n",
"```\n",
"\n",
"Which is rendered as:"
Expand All @@ -1468,7 +1468,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"> This version is displayed inline: $\\sum_{i=1}^{k+1}i$ . You can include text before and after."
"> This version is displayed inline: \\sum_{i=1}^{k+1}i . You can include text before and after."
]
},
{
Expand Down

0 comments on commit f889b82

Please sign in to comment.