From c1eb12e10480a60e2fc26a0091cafb779553a4fe Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 19 Mar 2009 21:35:21 -0400 Subject: Added documentation for the rest of the extensions included with the distribution. --- docs/extensions/ImageLinks.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/extensions/ImageLinks.txt (limited to 'docs/extensions/ImageLinks.txt') diff --git a/docs/extensions/ImageLinks.txt b/docs/extensions/ImageLinks.txt new file mode 100644 index 0000000..db4f99f --- /dev/null +++ b/docs/extensions/ImageLinks.txt @@ -0,0 +1,27 @@ +ImageLinks +========== + +Summary +------- + +ImageLinks is a Python-Markdown extension that provides a mechanism for +defining mini-photo galleries within a markdown document. + +This extension is part of the Markdown library since 2.0. + +Syntax +------ + +Turns paragraphs like + + <~~~~~~~~~~~~~~~~~~~~~~~~ + dir/subdir + dir/subdir + dir/subdir + ~~~~~~~~~~~~~~ + dir/subdir + dir/subdir + dir/subdir + ~~~~~~~~~~~~~~~~~~~> + +Into mini-photo galleries. -- cgit v1.2.3