Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@

This page gives a quick overview of how to get started with MyST Markdown, and how to use it within Docutils and Sphinx.

[![GitHub Repo stars][github-badge]][github-link]

## Installation

[![PyPI][pypi-badge]][pypi-link]
[![Conda][conda-badge]][conda-link]


To install myst-parser use [pip](https://pip.pypa.io):

```bash
Expand All @@ -24,6 +27,8 @@ conda install -c conda-forge myst-parser
[pypi-link]: https://pypi.org/project/myst-parser
[conda-badge]: https://anaconda.org/conda-forge/myst-parser/badges/version.svg
[conda-link]: https://anaconda.org/conda-forge/myst-parser
[github-link]: https://github.com/executablebooks/MyST-Parser
[github-badge]: https://img.shields.io/github/stars/executablebooks/myst-parser?label=Like%20and%20Share%21&style=social

(intro/writing)=
## Write a Markdown document
Expand Down