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
By writing the #+ATTR_HTML keyword for an image, it will be set as HTML attributes for the `<img>` tag.
140
+
141
+
```org
142
+
#+ATTR_HTML: :alt org-mode-unicorn :width 280px :align right
143
+
[[./img/org-mode-unicorn.svg]]
144
+
```
145
+
146
+
<imgwidth="533"alt="HTML attributes example screenshot"src="https://github.com/ikoamu/publish-org-roam-ui/assets/38206334/75c32431-15c7-4fad-a019-039a3a2c6e4e">
147
+
148
+
## Local Build
149
+
150
+
If you don't want to upload org files to the repository, you can obtain the same site as generated by GitHub Actions by running the site generation script locally.
0 commit comments