author | Jonas Fonseca <fonseca@diku.dk> | |
Thu, 30 Oct 2008 10:45:03 +0000 (11:45 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 31 Oct 2008 06:41:28 +0000 (23:41 -0700) | ||
commit | 9b6f84d2c2ff84ac3ef2215b6ea8ee45b6d943cd | |
tree | b62b3d13ed75a65b781df816a146701c7473990f | tree | snapshot |
parent | d258b25887f763db96c20d4ec805ae685f55bdd1 | commit | diff |
asciidoc: add minor workaround to add an empty line after code blocks
Insert an empty <simpara> in manpages after code blocks to force and
empty line.
The problem can be seen on the manpage for the git tutorial, where an
example command and the following paragraph is printed with no empty
line between them:
First, note that you can get documentation for a command such as git
log --graph with:
$ man git-log
It is a good idea to introduce yourself to git [...]
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Insert an empty <simpara> in manpages after code blocks to force and
empty line.
The problem can be seen on the manpage for the git tutorial, where an
example command and the following paragraph is printed with no empty
line between them:
First, note that you can get documentation for a command such as git
log --graph with:
$ man git-log
It is a good idea to introduce yourself to git [...]
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/asciidoc.conf | diff | blob | history |