An open API service indexing awesome lists of open source software.

https://github.com/jupyter-book/myst-enhancement-proposals

MyST Enhancement Proposals (MEPs)
https://github.com/jupyter-book/myst-enhancement-proposals

myst

Last synced: 3 months ago
JSON representation

MyST Enhancement Proposals (MEPs)

Awesome Lists containing this project

README

        

# MyST Enhancement Proposals

A formal process for changing [the MyST Markdown Specification](https://mystmd.org/spec) and an archive of present and past proposals.

See the [MyST Enhancement Proposals Documentation](https://mep.mystmd.org).

## Local development

To build this documentation locally, follow these steps:

1. Install MyST (use `mamba` so that you also get `npm`):

```
mamba install mystmd
```
2. Install the MEP directive plugin:

```
npm install
```
3. Build the site:

```
myst start
```