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
|
||||
:target: https://travis-ci.org/cppformat/cppformat
|
||||
|
||||
.. image:: https://ci.appveyor.com/api/projects/status/qk0bhyhqp1ekpat8
|
||||
:target: https://ci.appveyor.com/project/vitaut/cppformat
|
||||
:height: 18px
|
||||
.. raw:: html
|
||||
<a href="https://ci.appveyor.com/project/vitaut/cppformat">
|
||||
<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++.
|
||||
It can be used as a type-safe alternative to printf or as a fast
|
||||
|
Loading…
Reference in New Issue
Block a user