From 1053d2b85e85ba7b68052c04d88d6d62006338f4 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Fri, 21 Aug 2020 10:50:03 +0200 Subject: [PATCH] DOC: Avoid nested markup ... because this is not supported by reST. --- doc/links.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/links.ipynb b/doc/links.ipynb index 9681f1be..895114cf 100644 --- a/doc/links.ipynb +++ b/doc/links.ipynb @@ -102,7 +102,7 @@ "The primary tool this package provides is a Sphinx parser for `ipynb` files.\n", "This allows you to directly convert Jupyter Notebooks into Sphinx documents.\n", "It relies heavily on the\n", - "[`MyST` parser](https://github.com/ExecutableBookProject/myst_parser).\n", + "[MyST parser](https://github.com/ExecutableBookProject/myst_parser).\n", "\n", "https://myst-nb.readthedocs.io/\n", "\n",