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

[Render] Add image captions #101

Open
RaphaelPour opened this issue Dec 15, 2023 · 0 comments
Open

[Render] Add image captions #101

RaphaelPour opened this issue Dec 15, 2023 · 0 comments

Comments

@RaphaelPour
Copy link
Owner

RaphaelPour commented Dec 15, 2023

HTML offers a figcaption tag for adding captions to images like thus:

<!DOCTYPE html>
<html>
<body>
<h1>The figure and figcaption element</h1>
<figure>
  <img src="pic_trulli.jpg" alt="Trulli" style="width:100%">
  <figcaption>Fig.1 - Trulli, Puglia, Italy.</figcaption>
</figure>
</body>
</html>

Maybe the IMAGE placeholder can have another argument where optionally the description can be added?

IMAGE("/path/to/image.png", "Ship entering the bay of San Torini")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant