From d733279b66de9da814713451e00a84f10d527a4b Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Fri, 6 Apr 2012 09:48:08 +0200 Subject: [PATCH] Issue #42: Add the rst processor to the bundles configuration file --- configs/bundles.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/bundles.yml b/configs/bundles.yml index e470128..d5a3cd6 100644 --- a/configs/bundles.yml +++ b/configs/bundles.yml @@ -14,6 +14,12 @@ processor.hatena: description: HatenaSyntax - Japanese diary service syntax (like wiki). version: "1.0" author: Kazusuke Sasezaki +processor.rst: + id: processor.rst + name: reStructuredText + description: reStructuredText - a simple, unobtrusive markup language (depends on docutils). + version: "1.0" + author: Simon Holywell empty.bundle: id: empty.bundle name: EmptyBundle