diff --git a/docs/sitemap.xml b/docs/sitemap.xml index b1ed610..58a88e6 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -2,37 +2,37 @@ https://github.com/blueswen/mkdocs-glightbox/ - 2023-04-20 + 2023-04-25 daily https://github.com/blueswen/mkdocs-glightbox/caption/caption/ - 2023-04-20 + 2023-04-25 daily https://github.com/blueswen/mkdocs-glightbox/disable/image/ - 2023-04-20 + 2023-04-25 daily https://github.com/blueswen/mkdocs-glightbox/disable/page/ - 2023-04-20 + 2023-04-25 daily https://github.com/blueswen/mkdocs-glightbox/gallery/gallery/ - 2023-04-20 + 2023-04-25 daily https://github.com/blueswen/mkdocs-glightbox/taiwan/mountain/ - 2023-04-20 + 2023-04-25 daily https://github.com/blueswen/mkdocs-glightbox/taiwan/sea/ - 2023-04-20 + 2023-04-25 daily \ No newline at end of file diff --git a/docs/sitemap.xml.gz b/docs/sitemap.xml.gz index b08bb8e..1ac6bc4 100644 Binary files a/docs/sitemap.xml.gz and b/docs/sitemap.xml.gz differ diff --git a/tests/fixtures/docs/regex.md b/tests/fixtures/docs/regex.md new file mode 100644 index 0000000..cffe3d8 --- /dev/null +++ b/tests/fixtures/docs/regex.md @@ -0,0 +1,23 @@ +--- +glightbox.auto_caption: true +--- + +![](img.png) + +!['example' quote](img.png){test="1112123" aa='dsvew'} + +!['example'' quote](img.png) + +!["example" quote](img.png) + +!["example"" quote](img.png) + +!["example' 'quote"](img.png) + +![example \"quote\"](img.png) + +![alt caption](img.png){ data-title="'example' quote"} + +![alt caption](img.png){ data-title='"example" quote'} + +![alt caption](img.png){ data-title='example \"quote\"'}