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)
- Host: GitHub
- URL: https://github.com/jupyter-book/myst-enhancement-proposals
- Owner: jupyter-book
- License: mit
- Created: 2021-09-13T12:34:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T14:38:21.000Z (7 months ago)
- Last Synced: 2025-01-05T16:53:06.561Z (4 months ago)
- Topics: myst
- Language: JavaScript
- Homepage: https://mep.mystmd.org
- Size: 107 KB
- Stars: 8
- Watchers: 12
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-myst - MyST Enhancement Proposals
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
```