Browse Source

Put plugin list in ReadMe in alphabetical order

Justin Mayer 9 years ago
parent
commit
d7b207622b
1 changed files with 8 additions and 8 deletions
  1. 8 8
      Readme.rst

+ 8 - 8
Readme.rst

@@ -128,12 +128,16 @@ Liquid-style tags         Allows liquid-style tags to be inserted into markdown
 
 Load CSV                  Adds ``csv`` Jinja tag to display the contents of a CSV file as an HTML table
 
-Multi parts posts         Allows you to write multi-part posts
-
 Markdown Inline Extend    Enables you to add customize inline patterns to your markdown
 
+Markdown-metaYAML         Pelican reader to enable YAML-style metadata in markdown articles
+
+Math Render               Gives pelican the ability to render mathematics
+
 Mbox Reader               Generate articles automatically via email, given a path to a Unix mbox
 
+Multi parts posts         Allows you to write multi-part posts
+
 Neighbor articles         Adds ``next_article`` (newer) and ``prev_article`` (older) variables to the article's context
 
 Open graph                Generates Open Graph tags for your articles
@@ -144,6 +148,8 @@ Org Reader                Create posts via Emacs Orgmode files
 
 Page View                 Pull page view count from Google Analytics.
 
+Panorama                  Creates charts from posts metadata
+
 PDF generator             Automatically exports articles and pages as PDF files
 
 PDF Images                If an img tag contains a PDF, EPS or PS file as a source, this plugin generates a PNG preview which will then act as a link to the original file.
@@ -184,12 +190,6 @@ Read More link            Inserts an inline "read more" or "continue" link into
 
 Related posts             Adds the ``related_posts`` variable to the article's context
 
-Markdown-metaYAML         Pelican reader to enable YAML-style metadata in markdown articles
-
-Math Render               Gives pelican the ability to render mathematics
-
-Panorama                  Creates charts from posts metadata
-
 Replacer                  Replace a text of a generated HTML
 
 Representative image      Extracts a representative image (i.e, featured image) from the article's summary or content