Skip to content

Commit

Permalink
Workaround markdown converter issue for links see #540
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Feb 21, 2021
1 parent 58308a6 commit ce6b037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Configuring.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"- `mime_types` by which the notebooks and files will be matched to the langauge\n",
" server:\n",
" - for notebooks the MIME type is derived from `language_info`/`mimetype`\n",
" element of [`kernel_info`][] response (with fallback on to cell metadata if\n",
" element of [kernel_info][] response (with fallback on to cell metadata if\n",
" missing from kernel response)\n",
" - for files the implemntation is frontend-specific; in JupyterLab the MIME\n",
" type is obtained from the MIME type registry.\n",
Expand All @@ -95,7 +95,7 @@
"}\n",
"```\n",
"\n",
"[`kernel_info`]:\n",
"[kernel_info]:\n",
" https://jupyter-client.readthedocs.io/en/stable/messaging.html#kernel-info"
]
},
Expand Down

0 comments on commit ce6b037

Please sign in to comment.