fix: use inner doc comment to fix clippy::empty_line_after_doc_comments

This commit is contained in:
lucaronin
2026-02-23 21:37:56 +01:00
parent 6500e721c1
commit 2582250286

View File

@@ -1,5 +1,5 @@
/// Pure text-processing helpers for markdown content parsing.
/// Snippet extraction, markdown stripping, date parsing, and string utilities.
//! Pure text-processing helpers for markdown content parsing.
//! Snippet extraction, markdown stripping, date parsing, and string utilities.
/// Extract the title from a markdown file's content.
/// Tries the first H1 heading (`# Title`), falls back to filename without extension.