marimo icon indicating copy to clipboard operation
marimo copied to clipboard

ReStructuredText Support

Open NaoPross opened this issue 1 year ago • 1 comments

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

NaoPross avatar Feb 09 '24 18:02 NaoPross

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

akshayka avatar Feb 14 '24 17:02 akshayka