Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support cross references on images with title #1046

Closed
xcoulon opened this issue Jun 18, 2022 · 0 comments · Fixed by #1047
Closed

Support cross references on images with title #1046

xcoulon opened this issue Jun 18, 2022 · 0 comments · Fixed by #1047

Comments

@xcoulon
Copy link
Member

xcoulon commented Jun 18, 2022

for example:

see <<thecookie>>
			
[#thecookie]
.A cookie
image::cookie.jpg[]

should render as:

<div class="paragraph">
<p>see <a href="#thecookie">A cookie</a></p>
</div>
<div id="thecookie" class="imageblock">
<div class="content">
<img src="cookie.jpg" alt="cookie">
</div>
<div class="title">Figure 1. A cookie</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant