3

I have checked the CMS. The programme looks very nice.

Instead of markdown I would like to use rather restructured text.

Is RST markup also supported?

DaCoEx
  • 303
  • 1
  • 7

1 Answers1

2

RST is not currently supported, but it would be easy enough to add with a plugin. For example, I have a plugin that supports an alternate dialect of Markdown:

lektor_blog_posts.py

For more information on plugin development, see Spencer Nelson's Writing a Lektor publisher plugin and the Lektor plugin guide

A. Jesse Jiryu Davis
  • 23,641
  • 4
  • 57
  • 70
  • 1
    This is all true, however there is a plugin that someone made already that you can use if you don't want to make one yourself. https://github.com/fschulze/lektor-rst. At this time it's not yet added to Lektor's plugin list and it's unofficial, but it may help you out. – nixjdm Aug 22 '17 at 20:04