From a2e1ed5ce8fb453413f8bd12142b60128e8dcbaa Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 28 Feb 2013 10:51:14 -0800 Subject: [PATCH] Correct links, take 2 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a1fcdd8a..8e36968d 100644 --- a/README.rst +++ b/README.rst @@ -70,9 +70,9 @@ An object of any user-defined type for which there is an overloaded std::string s = str(fmt::Format("The date is {0}") << Date(2012, 12, 9)); // s == "The date is 2012-12-9" -You can use ```fmt::TempFormatter`` +You can use ` ``fmt::TempFormatter`` `__ -to create your own functions similar to ```fmt::Format`` +to create your own functions similar to ` ``fmt::Format`` `__ and ``fmt::Print`` with an arbitrary action performed when formatting is complete: