diff --git a/docs/index.md b/docs/index.md index 8b251c2d..08eeed08 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,7 +30,8 @@ MyST provides [roles](syntax/roles) and [directives](syntax/directives), allowin **[Compatible with Sphinx](sphinx/index.md)** 📄 ^^^ MyST is inspired by Sphinx, and comes with [its own Sphinx parser](sphinx/index.md). -[Write your Sphinx docs in Markdown](sphinx:usage/quickstart), or convert existing [RST to Markdown][rst-to-myst]! +[Write your Sphinx docs in Markdown](sphinx:usage/quickstart), or convert existing [RST to Markdown][rst-to-myst] +from the CLI or [using an interactive web interface][mystyc]! --- **[Hackable with Python](api/index.md)** 🐍 @@ -61,8 +62,6 @@ In addition, here are a few pointers to help you get started. **[](syntax/syntax.md)**: discusses major MyST syntax components. **[The Sphinx guide](sphinx/index.md)**: how to use MyST with your Sphinx documentation. - -**[MySTyc](https://mystyc.herokuapp.com/)**: an online reST to MyST conversion tool. --- :header: bg-myst-two @@ -136,3 +135,4 @@ The MyST markdown language and MyST parser are both supported by the open commun [markdown-it-myst]: https://github.com/executablebooks/markdown-it-myst [markdown-it]: https://markdown-it.github.io/ [rst-to-myst]: https://rst-to-myst.readthedocs.io +[mystyc]: https://mystyc.herokuapp.com