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
Consider
![](!!files/my-image.png) { .my-custom-class }
It should render an image with added my-custom-class
my-custom-class
The image is rendered without the added class and text { .my-custom-class } is rendered as text from the new line
{ .my-custom-class }
1.5.3 and 1.5.3
1.2.2
No response
The text was updated successfully, but these errors were encountered:
Having the same issue, not sure what do about it. Only difference was I used
![[/path/image]] {.class}
It just shows as text and not assigning the class to the image
Sorry, something went wrong.
No branches or pull requests
Check for existing bug reports before submitting.
Expected Behavior
Consider
It should render an image with added
my-custom-class
Current behaviour
The image is rendered without the added class and text
{ .my-custom-class }
is rendered as text from the new lineReproduction
Which Operating Systems are you using?
Obsidian Version Check
1.5.3 and 1.5.3
Plugin Version
1.2.2
Confirmation
Possible solution
No response
The text was updated successfully, but these errors were encountered: