From 08ee6794fb6940e5b18fe936473ae7ae1645dd78 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Wed, 1 Mar 2023 08:40:17 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=9A=20Add=20github=20badge=20to=20?= =?UTF-8?q?intro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/intro.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/intro.md b/docs/intro.md index 92772bae..7592ad57 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -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-repo] + ## Installation [![PyPI][pypi-badge]][pypi-link] [![Conda][conda-badge]][conda-link] + To install myst-parser use [pip](https://pip.pypa.io): ```bash @@ -24,6 +27,7 @@ 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-repo]: https://img.shields.io/github/stars/executablebooks/myst-parser?label=Like%20and%20Share%21&style=social (intro/writing)= ## Write a Markdown document From e2237f90c700dc4ffd2f85fdb23785420695806e Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Wed, 1 Mar 2023 08:52:05 +0100 Subject: [PATCH 2/2] Update intro.md --- docs/intro.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index 7592ad57..83283fb7 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -3,7 +3,7 @@ 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-repo] +[![GitHub Repo stars][github-badge]][github-link] ## Installation @@ -27,7 +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-repo]: https://img.shields.io/github/stars/executablebooks/myst-parser?label=Like%20and%20Share%21&style=social +[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