From b328a4cf33ec8c45ddcd0704e8eb8a4b16a71293 Mon Sep 17 00:00:00 2001 From: Louis Kaplan Date: Thu, 2 Jul 2020 15:28:11 +0100 Subject: [PATCH] fix typo jupter to jupyter --- docs/src/tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tips.md b/docs/src/tips.md index c0930f1..aada2a6 100644 --- a/docs/src/tips.md +++ b/docs/src/tips.md @@ -64,7 +64,7 @@ admonition. As mentioned above, admonitions are not compatible with Jupyter notebooks. (Though at time of writing this documentation, -[this is an open issue in Jupter](https://github.com/jupyter/notebook/issues/1292) +[this is an open issue in Jupyter](https://github.com/jupyter/notebook/issues/1292) so may change in the future.) For now, we can write a custom preprocessor function so that admonitions are interpreted as quotes (with their own special formatting) in notebooks and proper admonitions in markdown. For the case of note admonitions,