I decided to use an other approach:
.Source file
{gitrepo}/blob/master/livro/capitulos/code/cap1/do_while_exemplo.c[code/cap1/do_while_exemplo.c]
[source,c]
.How to use do-while
----
do{
// some code
}while(){
// some code
}
----
https://gist.github.com/edusantana/6542122/
Em quinta-feira, 12 de setembro de 2013 16h25min06s UTC-3, Eduardo Santana
escreveu:
>
> Hi,
>
> Here's the problem:
> https://gist.github.com/edusantana/6542122/raw/96bdfa0046b379c26508134b2f8508607657d1ac/title_with_link.asciidoc
>
> If we have an attribute like this:
> :gitrepo: https://github.com/edusantana/linguagem-de-programacao-i-livro
>
> And use it on a title like this:
>
> [source,c]
> .How to use do-while:
> {gitrepo}/blob/master/livro/capitulos/code/cap1/do_while_exemplo.c[code/cap1/do_while_exemplo.c]
> ----
> do{
> // some code
> }while(){
> // some code
> }
> ----
>
> It won't work html/dblatex.
>
> Am I doing some thing wrong?
>
--
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.