Document formatters and the licenses of the libraries they use

Change-Id: I3248d2f61f6c358626482e727135cbe9225792e0
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
diff --git a/src/main/resources/Documentation/about.md b/src/main/resources/Documentation/about.md
index 05f5fff..90d7590 100644
--- a/src/main/resources/Documentation/about.md
+++ b/src/main/resources/Documentation/about.md
@@ -25,3 +25,35 @@
 documentation, but they are only rendered if the image mimetype is
 configured as a
 [safe mimetype](../../../Documentation/config-gerrit.html#mimetype).
+
+<a id="formatters">
+Formatters
+----------
+
+The plugin includes several formatters for rendering documentation.
+
+<table>
+  <tr>
+    <th>Formatter</th>
+    <th>Name</th>
+    <th>Description</th>
+    <th>License</th>
+    <th>Homepage</th>
+  </tr>
+  <tr>
+    <td><tt>MarkdownFormatter</tt></td>
+    <td><tt>MARKDOWN</tt></td>
+    <td>Formatter for documentation that is written in
+      <a href="http://daringfireball.net/projects/markdown/">Markdown</a>
+    </td>
+    <td><a href="../../../Documentation/licenses.html#Apache2_0">Apache2.0</a></td>
+    <td><a href="https://github.com/sirthias/pegdown">https://github.com/sirthias/pegdown</a></td>
+  </tr>
+  <tr>
+    <td><tt>PlainTextFormatter</tt></td>
+    <td><tt>PLAIN_TEXT</tt></td>
+    <td>Formatter for documentation that is written in plain text.</td>
+    <td><a href="../../../Documentation/licenses.html#Apache2_0">Apache2.0</a></td>
+    <td><a href="http://commons.apache.org">http://commons.apache.org</a></td>
+  </tr>
+</table>