.. image:: _static/images/sphinx-quickstart.png
Lightbox worked with it.
So I'm not that sure what is the reason here.
Markdown?
Markdown images (via C'n'P) look like this:

How can I get lightbox feature for my markdown files?I could try to convert all markdown files to .rst first. But not sure - there where some problems with markdown subfolders before. Fixed them with simple cp in gitlab.
Hi,
It seems sphinxcontrib-images extends "image" directive of Sphinx. But
recommonmark does not use and embed images directly to document-tree.
So it would not work. I don't have idea they work together...
Thanks,
Takeshi KOMIYA
2020年1月28日(火) 6:36 StefanK <itaros....@gmail.com>:
>
> Hi,
>
> working on a documentation project.
> We use gitlab and gitlab wiki. Love the feature to just copy and paste snapshotted pictures into gitlab wiki.
>
> Creating sphinx docu works fine. Only using .rst for index file.
>
> Installed sphinxcontrib.images and added some basic options into conf.py.
>
> No lightbox features for my markdown files :(
>
> For testing I added a .rst file and put it into the toctree.
>
> .. image:: _static/images/sphinx-quickstart.png
>
>
> Lightbox worked with it.
>
>
> So I'm not that sure what is the reason here.
>
> Markdown?
>
>
> Markdown images (via C'n'P) look like this:
>
> 
>
>
>
> How can I get lightbox feature for my markdown files?
>
> I could try to convert all markdown files to .rst first. But not sure - there where some problems with markdown subfolders before.
>
> Fixed them with simple cp in gitlab.
>
>
>
>
>
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups "sphinx-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to sphinx...@googlegroups.com.