File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1443
1443
" Using `$$`, e.g.:\n " ,
1444
1444
" \n " ,
1445
1445
" ```\n " ,
1446
- " $$ \\ sum_{i=1}^{k+1}i$$ \n " ,
1446
+ " \\ sum_{i=1}^{k+1}i\n " ,
1447
1447
" ```\n " ,
1448
1448
" \n " ,
1449
1449
" Which is rendered as:\n " ,
1450
1450
" \n " ,
1451
- " > $$ \\ sum_{i=1}^{k+1}i$$ "
1451
+ " > \\ sum_{i=1}^{k+1}i"
1452
1452
]
1453
1453
},
1454
1454
{
1458
1458
" Using `$`, e.g.:\n " ,
1459
1459
" \n " ,
1460
1460
" ```\n " ,
1461
- " This version is displayed inline: $ \\ sum_{i=1}^{k+1}i$ . You can include text before and after.\n " ,
1461
+ " This version is displayed inline: \\ sum_{i=1}^{k+1}i . You can include text before and after.\n " ,
1462
1462
" ```\n " ,
1463
1463
" \n " ,
1464
1464
" Which is rendered as:"
1468
1468
"cell_type" : " markdown" ,
1469
1469
"metadata" : {},
1470
1470
"source" : [
1471
- " > This version is displayed inline: $ \\ sum_{i=1}^{k+1}i$ . You can include text before and after."
1471
+ " > This version is displayed inline: \\ sum_{i=1}^{k+1}i . You can include text before and after."
1472
1472
]
1473
1473
},
1474
1474
{
You can’t perform that action at this time.
0 commit comments