README: Use attributes for logo/travis urls and number sections
This commit is contained in:
parent
4d981ea02f
commit
5684e1f6d6
|
@ -1,5 +1,7 @@
|
|||
image:https://rawgit.com/mawww/kakoune/master/doc/kakoune_logo.svg[K,30,30] Kakoune image:https://travis-ci.org/mawww/kakoune.svg[link="https://travis-ci.org/mawww/kakoune"]
|
||||
=============================================================================================================================================================================
|
||||
= image:{logo}[K,30,30] Kakoune image:{travis-img}[link="{travis-url}"]
|
||||
:logo: https://rawgit.com/mawww/kakoune/master/doc/kakoune_logo.svg
|
||||
:travis-img: https://travis-ci.org/mawww/kakoune.svg
|
||||
:travis-url: https://travis-ci.org/mawww/kakoune
|
||||
|
||||
TL;DR
|
||||
-----
|
||||
|
@ -18,8 +20,10 @@ make userconfig
|
|||
See http://github.com/mawww/golf for kakoune solutions to vimgolf challenges,
|
||||
regularly beating the best vim solution.
|
||||
|
||||
Introduction:
|
||||
-------------
|
||||
:numbered:
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
||||
Kakoune is a code editor heavily inspired by Vim, as such most of it's
|
||||
commands are similar to vi's ones.
|
||||
|
|
Loading…
Reference in New Issue
Block a user