You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
461 B
28 lines
461 B
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.
|