Skip to content

Commit d6ccc05

Browse files
committed
Add regex test case
1 parent 380ea0f commit d6ccc05

File tree

3 files changed

+30
-7
lines changed

3 files changed

+30
-7
lines changed

docs/sitemap.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,37 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://github.com/blueswen/mkdocs-glightbox/</loc>
5-
<lastmod>2023-04-20</lastmod>
5+
<lastmod>2023-04-25</lastmod>
66
<changefreq>daily</changefreq>
77
</url>
88
<url>
99
<loc>https://github.com/blueswen/mkdocs-glightbox/caption/caption/</loc>
10-
<lastmod>2023-04-20</lastmod>
10+
<lastmod>2023-04-25</lastmod>
1111
<changefreq>daily</changefreq>
1212
</url>
1313
<url>
1414
<loc>https://github.com/blueswen/mkdocs-glightbox/disable/image/</loc>
15-
<lastmod>2023-04-20</lastmod>
15+
<lastmod>2023-04-25</lastmod>
1616
<changefreq>daily</changefreq>
1717
</url>
1818
<url>
1919
<loc>https://github.com/blueswen/mkdocs-glightbox/disable/page/</loc>
20-
<lastmod>2023-04-20</lastmod>
20+
<lastmod>2023-04-25</lastmod>
2121
<changefreq>daily</changefreq>
2222
</url>
2323
<url>
2424
<loc>https://github.com/blueswen/mkdocs-glightbox/gallery/gallery/</loc>
25-
<lastmod>2023-04-20</lastmod>
25+
<lastmod>2023-04-25</lastmod>
2626
<changefreq>daily</changefreq>
2727
</url>
2828
<url>
2929
<loc>https://github.com/blueswen/mkdocs-glightbox/taiwan/mountain/</loc>
30-
<lastmod>2023-04-20</lastmod>
30+
<lastmod>2023-04-25</lastmod>
3131
<changefreq>daily</changefreq>
3232
</url>
3333
<url>
3434
<loc>https://github.com/blueswen/mkdocs-glightbox/taiwan/sea/</loc>
35-
<lastmod>2023-04-20</lastmod>
35+
<lastmod>2023-04-25</lastmod>
3636
<changefreq>daily</changefreq>
3737
</url>
3838
</urlset>

docs/sitemap.xml.gz

0 Bytes
Binary file not shown.

tests/fixtures/docs/regex.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
glightbox.auto_caption: true
3+
---
4+
5+
![](img.png)
6+
7+
!['example' quote](img.png){test="1112123" aa='dsvew'}
8+
9+
!['example'' quote](img.png)
10+
11+
!["example" quote](img.png)
12+
13+
!["example"" quote](img.png)
14+
15+
!["example' 'quote"](img.png)
16+
17+
![example \"quote\"](img.png)
18+
19+
![alt caption](img.png){ data-title="'example' quote"}
20+
21+
![alt caption](img.png){ data-title='"example" quote'}
22+
23+
![alt caption](img.png){ data-title='example \"quote\"'}

0 commit comments

Comments
 (0)