Readme: add div around example images

Otherwise it's not treated as HTML
This commit is contained in:
Alexandre Bury 2017-03-25 00:34:53 -07:00
parent 906cd557a8
commit 79212d4be6

View File

@ -51,12 +51,14 @@ fn main() {
Check out the other [examples](https://github.com/gyscos/Cursive/tree/master/examples) to get these results, and more: Check out the other [examples](https://github.com/gyscos/Cursive/tree/master/examples) to get these results, and more:
<div>
<img src="doc/examples/edit.png" alt="edit.rs example", width="49%" /> <img src="doc/examples/edit.png" alt="edit.rs example", width="49%" />
<img src="doc/examples/lorem.png" alt="lorem.rs example", width="49%" /> <img src="doc/examples/lorem.png" alt="lorem.rs example", width="49%" />
<img src="doc/examples/menubar.png" alt="menubar.rs example", width="49%" /> <img src="doc/examples/menubar.png" alt="menubar.rs example", width="49%" />
<img src="doc/examples/select.png" alt="select.rs example", width="49%" /> <img src="doc/examples/select.png" alt="select.rs example", width="49%" />
<img src="doc/examples/list_view.png" alt="list_view.rs example", width="49%" /> <img src="doc/examples/list_view.png" alt="list_view.rs example", width="49%" />
<img src="doc/examples/theme.png" alt="theme.rs example", width="49%" /> <img src="doc/examples/theme.png" alt="theme.rs example", width="49%" />
</div>
_(Colors may depend on your terminal configuration.)_ _(Colors may depend on your terminal configuration.)_