marimo-team / marimo

A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.
https://marimo.io
Apache License 2.0
5.35k stars 156 forks source link

ReStructuredText Support #765

Open NaoPross opened 4 months ago

NaoPross commented 4 months ago

Description

I have nothing against markdown (in fact, i use it quite often), but sometimes there are long notebooks, and it would be nice if it were possible to write using reStructuredText instead of markdown since it provides more advanced constructs. And also, almost all most docstrings in Python code are already written in reST so I think it would tie nicely with #719 .

Suggested solution

Something like:

mo.rst("ReStructuredText here!")

Alternative

No response

Additional context

No response

akshayka commented 4 months ago

Hi! Thanks for the feature request. I think we can support this.