mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-19 20:18:49 +00:00
Use HTML to set image size.
This commit is contained in:
parent
38f285c477
commit
5746660183
@ -4,9 +4,10 @@ C++ Format
|
|||||||
.. image:: https://travis-ci.org/cppformat/cppformat.png?branch=master
|
.. image:: https://travis-ci.org/cppformat/cppformat.png?branch=master
|
||||||
:target: https://travis-ci.org/cppformat/cppformat
|
:target: https://travis-ci.org/cppformat/cppformat
|
||||||
|
|
||||||
.. image:: https://ci.appveyor.com/api/projects/status/qk0bhyhqp1ekpat8
|
.. raw:: html
|
||||||
:target: https://ci.appveyor.com/project/vitaut/cppformat
|
<a href="https://ci.appveyor.com/project/vitaut/cppformat">
|
||||||
:height: 18px
|
<img alt="appveyor build status" style="height:18px;"
|
||||||
|
src="https://ci.appveyor.com/api/projects/status/qk0bhyhqp1ekpat8"></a>
|
||||||
|
|
||||||
C++ Format is an open-source formatting library for C++.
|
C++ Format is an open-source formatting library for C++.
|
||||||
It can be used as a type-safe alternative to printf or as a fast
|
It can be used as a type-safe alternative to printf or as a fast
|
||||||
|
Loading…
Reference in New Issue
Block a user