From: Stefan M. <st...@me...> - 2016-08-05 18:34:37
|
Hi Vinita! Today Deshpande, Vinita wrote: > I have created a txt file,with some content, which is formatted > using rst (for ex:, headings using "=", table etc). I would like to > see, how this would look as an html page. In Emacs the simplest solution would be to load the file into a buffer, switch to `rst-mode` (which might be running already when using ``.rst`` as an extension). Then hit C-c C-c C-c executing compiling to HTML if you have the Docutils package installed (which you of course should when using reStructuredText). This creates a HTML file in parallel to your source you can pick up with your favorite browser. HTH Stefan |