1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tools
Martin (mart-e) 48166bd687 Convert Wordpress caption to figure
In Wordpress, inserting image with a caption can look like:

[caption id="attachment_42" caption="Image Description"]<a ...><img ... /></a>[/caption]
[caption id="attachment_42"]<a ...><img ... /></a> Image Description[/caption]
[caption id="attachment_42"]<img ... > Image Description[/caption]

Replace by an HTML figure tag
2023-10-03 11:45:31 +02:00
..
templates Add sftp_upload Makefile target to .phony 2023-06-04 10:44:00 +02:00
__init__.py move tools in pelican.tools and add the pelican.tools package to setup.py 2012-03-16 18:53:08 +00:00
pelican_import.py Convert Wordpress caption to figure 2023-10-03 11:45:31 +02:00
pelican_quickstart.py Pelican QuickStart: Address tzlocal API change (#3155) 2023-08-08 09:21:10 +02:00
pelican_themes.py Modernize code base to Python 3+ syntax 2020-04-27 09:45:31 +02:00