Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📚 Add github badge to intro #730

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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