Chapter number change to an alpha after level 5

Posted by ggenier on
URL: https://discuss.asciidoctor.org/Chapter-number-change-to-an-alpha-after-level-5-tp8261.html

Hello,

I want to change the chapter number by a letter for level 5.

 I want to put an alpha on title "a", "b", "c"...

In Ruby I show opts : puts string, opts

In this display i don't see any information about the level, I have :

title1
{:align=>:left, :level=>5, :outdent=>true}
title2
{:align=>:left, :level=>5, :outdent=>true}
title3
{:align=>:left, :level=>5, :outdent=>true}

It's possible to retrieve the title number ?

Thanks in advance.