I found a strange behavior of asciidoc labeled list.
I'm not sure if it is by design or a bug, but it seems annoying...
for example, these code:
command 1::
server:/$ ls -l
dr-x------ 1 root root 512 Nov 25 20:02 altconfi
dr-x------ 1 root root 512 Nov 25 20:02 altroot
drwxr-xr-x 1 root root 512 Dec 2 16:04 bin
drwxr-xr-x 1 root root 512 Dec 2 16:04 boot
command 2::
....
if I convert these into html, I will notice the first line here:
server:/$ ls -l
is displayed as normal text, while only the rest of them will be displayed
as liternal blocks...
and to workaround it, I have to add some nonsense line under the list
title, like this:
command 1::
this is the output of ls -l: <<<<<<<
server:/$ ls -l
dr-x------ 1 root root 512 Nov 25 20:02 altconfi
dr-x------ 1 root root 512 Nov 25 20:02 altroot
drwxr-xr-x 1 root root 512 Dec 2 16:04 bin
drwxr-xr-x 1 root root 512 Dec 2 16:04 boot
drwxr-xr-x 1 root root 1024 Dec 20 18:29 config
then all my list block will be rendered correctly as liternal block...
is there a way to tune this?
thanks!
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/asciidoc.
For more options, visit https://groups.google.com/groups/opt_out.