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

Image Block #14

Open
bennyboer opened this issue May 24, 2023 · 0 comments
Open

Image Block #14

bennyboer opened this issue May 24, 2023 · 0 comments
Labels
enhancement New feature or request planned

Comments

@bennyboer
Copy link
Owner

bennyboer commented May 24, 2023

Support for images!

<image src="my-image.png">
  This is the caption (optionally)
</image>

Also images are to be supported within inline content:

This is an image within text <image src="image.png"/>. Here is more text.

Aligning the caption

By default the caption is below the image.
If you want another position you need to use the caption element.

<image src="image.png">
  <caption position="top"> <!-- Other values: bottom, left or right -->
  </caption>
</image>
@bennyboer bennyboer added enhancement New feature or request planned labels May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request planned
Projects
None yet
Development

No branches or pull requests

1 participant