Y
Hacker News
new
|
ask
|
show
|
jobs
by
softwaredoug
1910 days ago
TIL from the README, you can insert `img` tags into a markdown file, and github will honor the align tag, etc
```
<img src="frangipanni.jpg" alt="A Tree" width="200" align="right">
```