Login  Register

Re: Paragraph numbering

Posted by dmohs on Oct 17, 2019; 5:49pm
URL: https://discuss.asciidoctor.org/Paragraph-numbering-tp3697p7243.html

I solved this myself by adding `{counter:¶}` to the start of each paragraph in my document. The ¶ symbol is easily typed on OSX using Option-7. Anyway, it's a bit of boilerplate, but it has nearly the desired effect without having to include custom code.