blueswen / mkdocs-glightbox

A MkDocs plugin supports image lightbox (zoom effect) with GLightbox.
https://blueswen.github.io/mkdocs-glightbox/
MIT License
115 stars 14 forks source link

Consider supporting custom `skip_class` ? #5

Closed luolingchun closed 1 year ago

luolingchun commented 1 year ago

I want to skip custom img tag.

https://github.com/blueswen/mkdocs-glightbox/blob/main/mkdocs_glightbox/plugin.py#L71-L73

blueswen commented 1 year ago

@luolingchun Thanks for the advice. The new plugin option skip_classes in v0.3.0 may meet your requirements, you can check the demo on https://blueswen.github.io/mkdocs-glightbox/disable/image/.