From 9aced68e1a585b0f6a9f9655aa1a86707afcda5e Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Wed, 9 Feb 2022 18:17:00 +0000 Subject: [PATCH] Yarn link malformed. Preformatted `` not allowed inside inline role. --- contrib/theia/README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/contrib/theia/README.rst b/contrib/theia/README.rst index b407515e..d23d3508 100644 --- a/contrib/theia/README.rst +++ b/contrib/theia/README.rst @@ -12,8 +12,9 @@ in a JupyterHub / Binder environment. Installing Theia ================ -#. `Install the ``yarn`` package manager `_ - with one of the available methods. +#. `Install the Yarn package manager + `_ with one of the available + methods. #. Theia is highly configurable, so you need to decide which features you want in your theia install. Make a ``package.json`` with the list of extensions you want, @@ -70,4 +71,4 @@ Installing Theia .. code:: bash - export PATH="$(pwd)/node_modules/.bin:${PATH}" \ No newline at end of file + export PATH="$(pwd)/node_modules/.bin:${PATH}"