Skip to content
Florian Heinrich edited this page Sep 9, 2019 · 4 revisions

Images

Black-Hole

# git clone wiki repro
git clone https://github.com/HeinrichConvidera/wiki-test.wiki.git

# add image to e.g. images folder which need to be created
# ...

# image back to repro
git add .
git commit -m 'add images'
git push

# add image to wiki page
![Black-Hole](images/default.svg)

Custom sidebar

Images

Clone this wiki locally