X-Git-Url: https://git.korewanetadesu.com/?p=pelican-mode.git;a=blobdiff_plain;f=README.md;fp=README.md;h=a0e13bdc96a833c6cc19135516865eabbc10ebcf;hp=0869e4b1afd8d9d867802fff52d11f1affc75481;hb=677ddbc98da226c94f29adbe7be3657956dd4d58;hpb=4dfce47d66561680157026878202ec60f81b4cee diff --git a/README.md b/README.md index 0869e4b..a0e13bd 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ pelican-mode is an Emacs minor mode for editing pages and posts in [Pelican][] sites. -It's intended to be used alongside [markdown-mode][] or [rst-mode][]. -It also assumes you've set up Pelican with `pelican-quickstart` or -something like it. In particular it assumes: +It's intended to be used alongside a major mode for the Pelican +document. Currently supported formats are Markdown, reStructuredText, +AsciiDoc, and Org. It also assumes you've set up Pelican with +`pelican-quickstart` or something like it. In particular it expects: * The existence of `pelicanconf.py` and `Makefile` in some ancestor directory.