From eb117e239f1fddf862ce02a64434cd0e550f53e6 Mon Sep 17 00:00:00 2001 From: Flaviu Tamas Date: Mon, 30 Mar 2015 19:39:06 -0400 Subject: [PATCH] Adjust readme formatting - Add table of contents - Move image to bottom --- README.asciidoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index c211acda2a..0584a60514 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -1,4 +1,9 @@ -image::web/logo.png["NRE Logo", width=auto, link="https://github.com/flaviut/nre"] += NRE +:toc: +:toclevels: 4 +:toc-placement!: + +toc::[] == What is NRE? @@ -184,3 +189,5 @@ By default, NRE compiles it's own PCRE. If this is undesirable, pass `-d:pcreDynlib` to use whatever dynamic library is available on the system. This may have unexpected consequences if the dynamic library doesn't have certain features enabled. + +image::web/logo.png["NRE Logo", width=auto, link="https://github.com/flaviut/nre"]