Skip to content

GitHub Markdown BKMs

Pavel I. Kryukov edited this page Oct 3, 2017 · 1 revision

How to break a line

You may add <br/> to
text
if
you
need to add a line break. It is very useful for too keep your tables narrow.

How to upload a picture

  1. Clone wiki repository: git clone https://github.com/<your-name>/<your-repo>.wiki.git
  2. Add a picture to repository via git: git add picture.png; git commit; git push origin master
  3. Use following Markdown command to demonstrate a picture: [[picture.png]]
Clone this wiki locally