From fea555d0e7055e1a8e981d89c37ec3e34d1d42be Mon Sep 17 00:00:00 2001 From: Eike Plack Date: Thu, 19 Jan 2017 22:52:42 +0100 Subject: [PATCH] Fix escaping * for reference: https://github.com/asciidoctor/asciidoctor/issues/1208 --- README.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index c5a824a0..88ffd808 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -5,6 +5,7 @@ :travis-url: https://travis-ci.org/mawww/kakoune :icons: font :toc: right +:pp: ++ TL;DR ----- @@ -99,8 +100,8 @@ Building Kakoune dependencies are: - * A C\+\+11 compliant compiler (GCC >= 5 or clang >= 3.4) along with its - associated C\+\+ standard library (libstdc\+\+ or libc\+\+) + * A {cpp}11 compliant compiler (GCC >= 5 or clang >= 3.4) along with its + associated {cpp} standard library (libstdc{pp} or libc{pp}) * boost (>= 1.50) * ncurses with wide-characters support (>= 5.3, generally referred to as libncursesw) * asciidoc (for the `a2k` tool), to generate man pages