restructuredtext (rst) syntax support
Bug #526034 reported by
Dan Connolly
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zim |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
I'd like to have support for restructured text.
http://
I'm interested to work on it. I saw some clues in related bugs about markdown (Bug #495898) and creole (Bug #338030). That should get me started.
p.s. this is a request for enhancement, not really a bug report.
Related branches
tags: | added: backend syntax wiki |
To post a comment you must log in.
@dan: to do a quick hack you would only need to touch formats/wiki.py
and make it read / write rst. If you have this up and running you can
send it to me and I'll add options in the UI for the user to select
the format as a notebook preference. The parse tree format is basicly
an XML like internal format. There is some documentation in the
HACKING notebook in the source. If you have any questions feel free to
mail me directly.