I have this set in `_config.yml`:

asciidoctor:
    attributes:
        - sectnums!

It works as expected and I want section numbers in 98% of all my posts and 
pages. Still, setting:

:setcnums!:

Per page doesn't disable the attribute for that specific document. Note 
that using other *per page* configuration works, for example:

:page-liquid:
:toc: macro
toc::[]


Is `:sectnums!` supposed to disable that feature per file or I am just 
missing something?

Just to make it clear, this is one of my documents where it doesn't work:

---
layout: page
title: About Me
permalink: /en/about/
---

:sectnums!:
:page-liquid:
:toc: macro
toc::[]

== The beginning

Lorem ipsum...


-- 
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 https://groups.google.com/group/asciidoc.
For more options, visit https://groups.google.com/d/optout.

Reply via email to