Use HTML to set image size.

This commit is contained in:
Victor Zverovich 2014-04-25 08:34:41 -07:00
parent 38f285c477
commit 5746660183

View File

@ -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