From 7f7494f26e40443e7ad7ab73b9b18020b89f88d2 Mon Sep 17 00:00:00 2001 From: Dennis Verheijden Date: Mon, 15 Sep 2025 10:30:46 +0200 Subject: [PATCH] Run `markdown-cli2` --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3957b0f..9e42baf 100644 --- a/README.md +++ b/README.md @@ -186,8 +186,9 @@ You can use the `--title-from-h1` flag to extract the page title from the first ### From the filename You can use the `--title-from-filename` flag to use the filename (without the extension) as the page title. `mark` will automatically convert the filename to a more readable title by: -* Replacing underscores (`_`) and dashes (`-`) with spaces. -* Applying title case to the filename. + +* Replacing underscores (`_`) and dashes (`-`) with spaces. +* Applying title case to the filename. For example, a file named `my_awesome-page.md` will have the title "My Awesome Page".