Fix escaping
* for reference: https://github.com/asciidoctor/asciidoctor/issues/1208
This commit is contained in:
parent
3e67b20245
commit
fea555d0e7
|
@ -5,6 +5,7 @@
|
||||||
:travis-url: https://travis-ci.org/mawww/kakoune
|
:travis-url: https://travis-ci.org/mawww/kakoune
|
||||||
:icons: font
|
:icons: font
|
||||||
:toc: right
|
:toc: right
|
||||||
|
:pp: ++
|
||||||
|
|
||||||
TL;DR
|
TL;DR
|
||||||
-----
|
-----
|
||||||
|
@ -99,8 +100,8 @@ Building
|
||||||
|
|
||||||
Kakoune dependencies are:
|
Kakoune dependencies are:
|
||||||
|
|
||||||
* A C\+\+11 compliant compiler (GCC >= 5 or clang >= 3.4) along with its
|
* A {cpp}11 compliant compiler (GCC >= 5 or clang >= 3.4) along with its
|
||||||
associated C\+\+ standard library (libstdc\+\+ or libc\+\+)
|
associated {cpp} standard library (libstdc{pp} or libc{pp})
|
||||||
* boost (>= 1.50)
|
* boost (>= 1.50)
|
||||||
* ncurses with wide-characters support (>= 5.3, generally referred to as libncursesw)
|
* ncurses with wide-characters support (>= 5.3, generally referred to as libncursesw)
|
||||||
* asciidoc (for the `a2k` tool), to generate man pages
|
* asciidoc (for the `a2k` tool), to generate man pages
|
||||||
|
|
Loading…
Reference in New Issue
Block a user