diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-10-13 11:34:39 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-10-13 11:34:39 +0200 |
commit | 06c9fb20d9928b69ac22e1f8bd41a8f3ce097d7b (patch) | |
tree | 213a5be1fd4af63795b9d330893cfb6c0356ba83 /readme.md | |
parent | 039ccd4136b0d5495a272fded91368da5caf0d73 (diff) | |
download | markdown-rs-06c9fb20d9928b69ac22e1f8bd41a8f3ce097d7b.tar.gz markdown-rs-06c9fb20d9928b69ac22e1f8bd41a8f3ce097d7b.tar.bz2 markdown-rs-06c9fb20d9928b69ac22e1f8bd41a8f3ce097d7b.zip |
Add logo to readme
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,8 +1,12 @@ -# markdown-rs - -<!-- To do: enable image when repo is public. --> +<p align="center"> + <br> + <img width="192" src="media/logo-chromatic.svg" alt=""> + <br> + <br> + <br> +</p> -<!-- <img align="right" width="106" height="106" alt="" src="https://raw.githubusercontent.com/wooorm/markdown-rs/14f1ad0/logo.svg?sanitize=true"> --> +# markdown-rs <!-- To do: enable badges when repo is public/published --> |