Klasse HeadingExtractor
java.lang.Object
io.github.astrapisixtynine.markdownslugger.pipeline.HeadingExtractor
- Alle implementierten Schnittstellen:
MarkdownProcessingStep
Processing step that extracts headings from the Markdown content Stores heading texts and their
corresponding levels in the context
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
process
(MarkdownContext context) Extracts headings and their levels from the Markdown content Updates the context with lists of heading texts and their levels
-
Konstruktordetails
-
HeadingExtractor
public HeadingExtractor()
-
-
Methodendetails
-
process
Extracts headings and their levels from the Markdown content Updates the context with lists of heading texts and their levels- Angegeben von:
process
in SchnittstelleMarkdownProcessingStep
- Parameter:
context
- the MarkdownContext containing the original Markdown content
-