在lektor中支持RST标记?

时间:2016-01-16 15:19:25

标签: markdown markup restructuredtext lektor

我检查了CMS。该计划看起来非常好。

我想使用相当重组的文字而不是降价。

是否也支持RST标记?

1 个答案:

答案 0 :(得分:2)

目前不支持RST,但添加插件很容易。例如,我有一个支持另一种Markdown方言的插件:

lektor_blog_posts.py

有关插件开发的详细信息,请参阅Spencer Nelson's Writing a Lektor publisher pluginLektor plugin guide