We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c39a5 commit db75604Copy full SHA for db75604
1 file changed
notebooks/Rich Output.ipynb
@@ -136,7 +136,7 @@
136
{
137
"data": {
138
"text/markdown": [
139
- "**This is blod** and *this is italic*"
+ "**This is bold** and *this is italic*"
140
]
141
},
142
"execution_count": 9,
@@ -145,7 +145,7 @@
145
}
146
],
147
"source": [
148
- "nb.markdown(\"**This is blod** and *this is italic*\")"
+ "nb.markdown(\"**This is bold** and *this is italic*\")"
149
150
151
0 commit comments