diff options
author | Waylan Limberg <waylan@gmail.com> | 2009-03-19 21:35:21 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2009-03-19 21:35:21 -0400 |
commit | c1eb12e10480a60e2fc26a0091cafb779553a4fe (patch) | |
tree | 98b0a5cdceb23430c84433f25516796ec3e7ed06 /docs/extensions/ImageLinks.txt | |
parent | 70c81659eca814bb037b93c95996210d192e5ca5 (diff) | |
download | markdown-c1eb12e10480a60e2fc26a0091cafb779553a4fe.tar.gz markdown-c1eb12e10480a60e2fc26a0091cafb779553a4fe.tar.bz2 markdown-c1eb12e10480a60e2fc26a0091cafb779553a4fe.zip |
Added documentation for the rest of the extensions included with the distribution.
Diffstat (limited to 'docs/extensions/ImageLinks.txt')
-rw-r--r-- | docs/extensions/ImageLinks.txt | 27 |
1 files changed, 27 insertions, 0 deletions
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. |