<https://docs.asciidoctor.org/asciidoc/latest/document/header-ref/>
I think `nofooter` is a specific **Asciidoctor** head attribute. Asciidoc & Asciidoc3 don't suppor `nofooter` attribute after I had some test by change myLeoSettings.leo. Step1: use asciidoc3 ``` @@string vr3-prefer-external = asciidoctor @bool vr3-prefer-asciidoc3=True ``` Result: Not support :nofooter: Step2: use asciidoc ``` @@string vr3-prefer-external = asciidoctor @bool vr3-prefer-asciidoc3=False ``` Result: Not support :nofooter: 在2022年11月25日星期五 UTC+8 23:39:10<[email protected]> 写道: > I will look into it. This is for asciidoc, is it not? Do you happen to > know if this is a specific Asciidoctor directive, or do Asciidoc and > Asciidoc3 also support it? > > On Friday, November 25, 2022 at 3:26:50 AM UTC-5 [email protected] wrote: > >> Now the footer is shown in VR3 panel always. So I have to set >> `:nofooter:` in each body text. Would you plan to add this attribute? >> >> Thanks for your help! >> > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/ead3a32f-980c-41ec-bb9d-fc19dfa64c07n%40googlegroups.com.
