Any plans for reST support?
Would be awesome if there were support for this as well... http://docutils.sourceforge.net/rst.html
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 14 Feb, 2012 01:42 AM
RST is a unique problem. Marked can run external processors easily with preference settings, but I have not seen any RST processors which can output the snippet HTML (not full HTML documents) that Marked needs to be able to render a custom preview. The Python Docutils package is a potential renderer, but has no ability to render snippets. You could play with using its rst2html.py function and see what kind of results you get, but it links or embeds its own stylesheet, as far as I can tell. If you know of another processor that can handle snippet output, I'd be happy to post instructions for using it as a custom processor.
2 Posted by Markus on 19 Nov, 2012 09:33 PM
I would also appreciate reST support, course I write a lot of python stuff and reST is the de facto standart for python documentation.
3 Posted by chivalry on 25 Apr, 2019 06:40 AM
Just bumping this up since it hasn't been altered in 6 years. Basically, I'd be very interested in moving to rst instead of md.
BTW, I did try the instructions at https://support.markedapp.com/kb/how-to-tips-and-tricks/using-restr... without success.
Support Staff 4 Posted by Brett on 25 Apr, 2019 11:22 AM
I have no plans to add native support for reST. The custom processor system was designed for this, though the old knowledgebase article may need updating.
- Brett