From ba2fbf6e1f3dea581e116d95d570153451473cd3 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 29 May 2024 19:43:52 -0700 Subject: [PATCH] Fix markdown --- doc/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.md b/doc/index.md index 61551671..3c4c1037 100644 --- a/doc/index.md +++ b/doc/index.md @@ -9,7 +9,7 @@ What users say: > I’ve used both `boost::format` and `loki::SPrintf`, and neither felt like the > right answer. This does. -## Format API {#format-api-intro} +## Format API The format API is similar in spirit to the C `printf` family of function but is safer, simpler and several times @@ -171,5 +171,5 @@ permissive MIT [license](https://github.com/fmtlib/fmt#license) allows using the library both in open-source and commercial projects. - GitHubRepository + GitHub Repository