mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 00:21:13 +00:00
Try setting highlight to c++
This commit is contained in:
parent
6527551d43
commit
e41ca7b951
@ -1,3 +1,5 @@
|
|||||||
|
.. highlight: c++
|
||||||
|
|
||||||
C++ Format
|
C++ Format
|
||||||
==========
|
==========
|
||||||
|
|
||||||
@ -54,9 +56,7 @@ See the `documentation <http://cppformat.readthedocs.org/en/latest/>`_ for more
|
|||||||
Examples
|
Examples
|
||||||
--------
|
--------
|
||||||
|
|
||||||
This prints ``Hello, world!`` to stdout:
|
This prints ``Hello, world!`` to stdout::
|
||||||
|
|
||||||
.. code-block:: c++
|
|
||||||
|
|
||||||
fmt::print("Hello, {}!", "world"); // uses Python-like format string syntax
|
fmt::print("Hello, {}!", "world"); // uses Python-like format string syntax
|
||||||
fmt::printf("Hello, %s!", "world"); // uses printf format string syntax
|
fmt::printf("Hello, %s!", "world"); // uses printf format string syntax
|
||||||
|
Loading…
Reference in New Issue
Block a user