Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/astrojuanlu/mystyc

Online conversor of reStructuredText to MyST
https://github.com/astrojuanlu/mystyc

hacktoberfest myst pyscript restructuredtext

Last synced: about 1 month ago
JSON representation

Online conversor of reStructuredText to MyST

Awesome Lists containing this project

README

        

# MySTyc

[![Powered by PyScript](https://shields.io/badge/powered--by-pyscript-yellow?logo=python&style=flat-square)](https://pyscript.net/)

Online conversor of reStructuredText to MyST. Try it live here:

https://astrojuanlu.github.io/mystyc/

![MySTyc preview](mystyc.gif)

## Usage

To run the service locally, serve the HTML through any HTTP server:

```bash
(.venv) $ python -m http.server
```

and that's it!