I want to center an image in my project's GitHub README.org file, but everything I've tried so far hasn't worked:
#+ATTR_HTML style="center"
[[/path/to/img.png]]
#+ATTR_HTML align="center"
[[/path/to/img.png]]
#+begin_center
[[/path/to/img.png]]
#+end_center
Is this possible, or should I just go the low-friction route and use Markdown?
![]()
`. – Felix Hoffmann May 05 '20 at 08:14