mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
Readme: add div around example images
Otherwise it's not treated as HTML
This commit is contained in:
parent
906cd557a8
commit
79212d4be6
@ -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.)_
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user