We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
feat(parser): support cross references to images with ID and title
b45d847
Fixes bytesparadise#1046 Signed-off-by: Xavier Coulon <[email protected]>
feat(parser): support cross references to images with ID and title (#…
db62762
…1047) Fixes #1046 Signed-off-by: Xavier Coulon <[email protected]>
xcoulon
Successfully merging a pull request may close this issue.
for example:
should render as:
The text was updated successfully, but these errors were encountered: