git clone https://gist.github.com/6542122.git cd 6542122 a2x -f pdf title_with_link.asciidoc a2x -f xhtml title_with_link.asciidoc evince title_with_link.pdf & firefox title_with_link.html &
-
Repository - works (html/dblatex)!
-
code/cap1/do_while_exemplo.c - works (html/dblatex)!
How to use do-while: code/cap1/do_while_exemplo.c
do{
// some code
}while(){
// some code
}
Note
|
link at title above only works only on html |
How to use do-while: code/cap1/do_while_exemplo.c
do{
// some code
}while(){
// some code
}
Note
|
link at title above doesn’t work (html/dblatex) |
Source file
How to use do-while
do{
// some code
}while(){
// some code
}
Note
|
Work’s on PDF and HTML. |
How to use do-while: code/cap1/do_while_exemplo.c
do{
// some code
}while(){
// some code
}
Note
|
Only works on HTML, but accepts the attribute. |