Syntax of Header_Footer flag

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Syntax of Header_Footer flag

jnorthr
can anyone pls advise on the syntax we can use within an .adoc file that will cause the generation of html header/footer code ?

have tried

:toc:
:header_footer: true

but no joy. any ideas ?
thx
Reply | Threaded
Open this post in threaded view
|

Re: Syntax of Header_Footer flag

LightGuardjp
I believe it's an option for the command, not an attribute.


On Mon, Apr 28, 2014 at 11:14 AM, jnorthr [via Asciidoctor :: Discussion] <[hidden email]> wrote:
can anyone pls advise on the syntax we can use within an .adoc file that will cause the generation of html header/footer code ?

have tried

:toc:
:header_footer: true

but no joy. any ideas ?
thx


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Syntax-of-Header-Footer-flag-tp1710.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--
Reply | Threaded
Open this post in threaded view
|

Re: Syntax of Header_Footer flag

jnorthr
Ok, i see that from the command line/programatically from within asciidoctorJ that i could do that,
though was hoping that (when using asciidoctorJ), i'd be able to set/unset headings/footers based on an attribute or option from within the an asciidoc document. It would help to avoid programming changes when we needed to test things.

must look into the API docs !