Adds reStructuredText support to Lektor.
Version: 0.4.0
Author: Florian Schulze
View all tags.
This plugin for Lektor adds support for ReStructuredText files.
To adjust docutils parameters, create a configs/rst.ini file in the Lektor project hierarchy. The docutils section of the file will be used to control docutils output.
For example:
[docutils] writer = html5 initial_header_level = 1
Require docutils >= 0.21. [dairiki]
Drop support for Python <= 3.8. [dairiki]
Fix deprecation warning from docutils 0.22. [dairiki - Jeff Dairiki]
Drop support for Python <= 3.6. [fschulze]
Fix deprecation warning from docutils 0.18.1. [glasnt - Katie McLaughlin]
Fix #5 - Allow configuration of docutils output options. [uyar, fschulze]
Fix #3 - Underlines with dashes caused warnings. [uyar - H. Turgut Uyar, fschulze]
Support Python 3. [uranusjr - Tzu-ping Chung, fschulze]
Initial release. [fschulze - Florian Schulze]
Comments