Package io.github.astrapisixtynine.markdownslugger.slug


package io.github.astrapisixtynine.markdownslugger.slug
  • Klasse
    Beschreibung
    Default implementation of the SlugStrategy interface Converts headings to lowercase, removes special characters, and replaces spaces with dashes
    Configuration class for controlling how Markdown headings are converted into slugs Provides fine-grained control over character replacements, case transformation, accent removal, whitespace handling, character filtering, and formatting behavior
    Processing step that generates slugs from extracted headings Uses the configured SlugStrategy to create a list of slugs and stores them in the context
    Strategy interface for generating slugs from headings Used to create URL-safe fragment identifiers for Markdown links