Package io.github.astrapisixtynine.markdownslugger.slug
package io.github.astrapisixtynine.markdownslugger.slug
-
KlasseBeschreibungDefault implementation of the SlugStrategy interface Converts headings to lowercase, removes special characters, and replaces spaces with dashesConfiguration 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 behaviorProcessing step that generates slugs from extracted headings Uses the configured SlugStrategy to create a list of slugs and stores them in the contextStrategy interface for generating slugs from headings Used to create URL-safe fragment identifiers for Markdown links