Package io.github.astrapisixtynine.markdownslugger.pipeline


package io.github.astrapisixtynine.markdownslugger.pipeline
  • Klassen
    Klasse
    Beschreibung
    Processing step that injects anchor IDs into headings Modifies the Markdown content by appending {#slug} to each heading Ensures internal links work in tools like Pandoc and EPUB readers
    Processing step that extracts headings from the Markdown content Stores heading texts and their corresponding levels in the context
    Processing step that builds a Markdown table of contents (TOC) Uses heading levels and slugs to create an indented list of links