|
id: "restructuredtext"
|
|
aliases:
|
|
- "rst"
|
|
name: "reStructuredText"
|
|
monacoLang: restructuredtext
|
|
|
|
install:
|
|
apt:
|
|
- pandoc
|
|
riju:
|
|
- prettier
|
|
|
|
main: "main.rst"
|
|
template: |
|
|
Hello, world!
|
|
|
|
compile: |
|
|
pandoc main.rst -o main.html
|
|
run: |
|
|
prettier --no-config main.html
|