From 5684e1f6d6c96294ae2c426dbc73f11617cecba7 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 31 Mar 2015 19:21:31 +0100 Subject: [PATCH] README: Use attributes for logo/travis urls and number sections --- README.asciidoc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index e7408a70..0b486b2b 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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.