|
|
%!s(int64=7) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| LICENSE.md | %!s(int64=7) %!d(string=hai) anos | |
| README.md | %!s(int64=7) %!d(string=hai) anos | |
| __init__.py | %!s(int64=7) %!d(string=hai) anos | |
| figureAltCaption.py | %!s(int64=7) %!d(string=hai) anos | |
| setup.py | %!s(int64=7) %!d(string=hai) anos | |
Generates a figurecaption each Image which stands alone in a paragraph, similar to pandoc’s handling of images/figures
Licensed under the GPL 2 (see LICENSE.md)
Copyright 2015 - Jan Dittrich by building upon the markdown-figures Plugin by Copyright 2013 - Helder Correia (GPL2)
Example – this source:
Bla bla bla

Next paragraph starts here
would generate this:
<p> Bla bla bla</p>
<figure>
<img src="http://lorempixel.com/400/200/">
<figcaption>this is the caption</figcaption>
</figure>
<p>Next paragraph starts here</p>