You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/syntax/optional.md
+36
Original file line number
Diff line number
Diff line change
@@ -786,6 +786,42 @@ HTML image can also be used inline!
786
786
787
787
I'm an inline image: <imgsrc="img/fun-fish.png"height="20px">
788
788
789
+
### Inline attributes
790
+
791
+
:::{warning}
792
+
This extension is currently experimental, and may change in future versions.
793
+
:::
794
+
795
+
By adding `"attrs_image"` to `myst_enable_extensions` (in the sphinx `conf.py`[configuration file](https://www.sphinx-doc.org/en/master/usage/configuration.html)),
796
+
you can enable parsing of inline attributes for images.
0 commit comments