Skip to content

Commit

Permalink
Update checkmd.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
memerchik committed Jun 20, 2024
1 parent 49be52d commit 20897d9
Showing 1 changed file with 65 additions and 48 deletions.
113 changes: 65 additions & 48 deletions checkmd.ipynb
Original file line number Diff line number Diff line change
@@ -1,49 +1,66 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"# Example to check if the markdown of the Notebook is ok"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"## Introduction"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"You cannot put a title in the middle of a Markdown Cell\n",
"\n",
"## this is not correct"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.10.5"
},
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "6bc4ce9437654cbf95ca90c95eaef0ce69b404b5f102cb526cf827acb9c575c4"
}
}
},
"nbformat": 4,
"nbformat_minor": 2
}
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"# Example to check if the markdown of the Notebook is ok"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"## Introduction"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"You cannot put a title in the middle of a Markdown Cell\n",
"\n",
"## this is not correct"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"print(\"Hello world\")"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.0"
},
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "6bc4ce9437654cbf95ca90c95eaef0ce69b404b5f102cb526cf827acb9c575c4"
}
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit 20897d9

Please sign in to comment.