class Asciidoctor::Section

def generate_id

See Section.generate_id for details.

Public: Generate a String ID from the title of this section.
def generate_id
  Section.generate_id title, @document
end