From f349e6cd072ea105e8f2e09bff77eb5bd28da577 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Wed, 9 Mar 2022 10:54:38 +0000 Subject: [PATCH] Update usage guide to use PyPI package name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It took me quite a few takes to realise `markdown_it` is the name of the Python module – the name of the package is `markdown-it-py` on PyPI. Hope this helps! --- docs/using.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using.md b/docs/using.md index 5c977b5a..83872037 100644 --- a/docs/using.md +++ b/docs/using.md @@ -16,7 +16,7 @@ kernelspec: > This document can be opened to execute with [Jupytext](https://jupytext.readthedocs.io)! -markdown-it-py may be used as an API *via* the `markdown_it` package. +markdown-it-py may be used as an API *via* the [`markdown-it-py`](https://pypi.org/project/markdown-it-py/) package. The raw text is first parsed to syntax 'tokens', then these are converted to other formats using 'renderers'.