14

I have an Android app which should be able to display reStructuredText as HTML inside WebView. It already has support for few other markups using javascript libraries. As far as I know, there is no javascript implementation of reStructuredText yet. Most online tools uses docutils or similar as backend but I'd like to do the conversion on client side.

reStructuredText tool support lists a lot of tools and two of them, JRst (Java) and Laika (Scala), might do the trick on Android.

However, for making maintenance easier, I'm still looking for a javascript library which converts reStructuredText to HTML.

Jarmos
  • 336
  • 1
  • 8
  • 22
Kuitsi
  • 1,675
  • 2
  • 28
  • 48
  • See http://stackoverflow.com/questions/2746692/restructuredtext-tool-support – Mikhail Apr 27 '14 at 23:10
  • @Mikhail I know that listing. It has been linked in my question from the beginnng – Kuitsi Jun 24 '14 at 15:43
  • 1
    Did you ever find anything? It seems that even in 2022, there's still a lack of available options for parsing RST in JS – Liam Sep 14 '22 at 15:41

0 Answers0