README: Use attributes for logo/travis urls and number sections

This commit is contained in:
Maxime Coste 2015-03-31 19:21:31 +01:00
parent 4d981ea02f
commit 5684e1f6d6

View File

@ -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 TL;DR
----- -----
@ -18,8 +20,10 @@ make userconfig
See http://github.com/mawww/golf for kakoune solutions to vimgolf challenges, See http://github.com/mawww/golf for kakoune solutions to vimgolf challenges,
regularly beating the best vim solution. regularly beating the best vim solution.
Introduction: :numbered:
-------------
Introduction
------------
Kakoune is a code editor heavily inspired by Vim, as such most of it's Kakoune is a code editor heavily inspired by Vim, as such most of it's
commands are similar to vi's ones. commands are similar to vi's ones.