File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 1- # mdBook [ ![ Travis-CI] ( https://travis-ci.org/azerupi/mdBook.svg?branch=master )] ( https://travis-ci.org/azerupi/mdBook ) [ ![ Crates.io version] ( https://img.shields.io/crates/v/mdbook.svg )] ( https://crates.io/crates/mdbook ) [ ![ License] ( https://img.shields.io/crates/l/mdbook.svg )] ( LICENSE )
1+ # mdBook
2+
3+ <table >
4+ <tr>
5+ <td><strong>Linux / OS X</strong></td>
6+ <td>
7+ <a href="https://travis-ci.org/azerupi/mdBook"><img src="https://travis-ci.org/azerupi/mdBook.svg?branch=master"></a>
8+ </td>
9+ </tr>
10+ <tr>
11+ <td><strong>Windows</strong></td>
12+ <td>
13+ <a href="https://ci.appveyor.com/project/azerupi/mdbook/"><img src="https://ci.appveyor.com/api/projects/status/o38racsnbcospyc8/branch/master?svg=true"></a>
14+ </td>
15+ </tr>
16+ <tr>
17+ <td colspan="2">
18+ <a href="https://crates.io/crates/mdbook"><img src="https://img.shields.io/crates/v/mdbook.svg"></a>
19+ <a href="LICENSE"><img src="https://img.shields.io/crates/l/mdbook.svg"></a>
20+ </td>
21+ </tr>
22+ </table >
223
324mdBook is a utility to create modern online books from markdown files.
425
You can’t perform that action at this time.
0 commit comments