What is the best way of embedding a .png file in a README.md file for a package on Github?
I currently use:
<p align="center"><img src="./docs/kite_power_tools.png" width="500" /></p>
That works fine on github: GitHub - aenarete/KiteSimulators.jl: Simulators for kite power systems
But it is causing problems in Juliahub, for example see: Readme · KiteSimulators.jl
Is there a way to use markdown syntax for embedding AND centering and resizing a picture?