Emit anchors

This commit is contained in:
Victor Zverovich
2024-06-02 10:32:53 -07:00
parent 904f2a5c20
commit 886237ae7b
3 changed files with 22 additions and 16 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# Format String Syntax
[Formatting functions](api.md) such as `fmt::format` and `fmt::print` use the
same format string syntax described in this section.
[Formatting functions](api.md) such as `fmt::format` and [`fmt::print`](
api.md#print) use the same format string syntax described in this section.
Format strings contain "replacement fields" surrounded by curly braces `{}`.
Anything that is not contained in braces is considered literal text, which is