Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/astrojuanlu/mystyc
- Owner: astrojuanlu
- License: mit
- Created: 2021-07-25T09:51:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T14:58:32.000Z (about 2 years ago)
- Last Synced: 2024-10-14T19:59:32.289Z (2 months ago)
- Topics: hacktoberfest, myst, pyscript, restructuredtext
- Language: HTML
- Homepage: https://astrojuanlu.github.io/mystyc/
- Size: 92.8 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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!