From 06ee81cc1509b9c68f20700bcdae00255d6b176f Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 1 Aug 2020 10:49:24 +0200 Subject: [PATCH] Add snekdown logo to README --- README.md | 4 +- images/snekdown.svg | 197 ++++++++++++++++++++++++++++++++++++ src/format/assets/style.css | 2 +- 3 files changed, 201 insertions(+), 2 deletions(-) create mode 100644 images/snekdown.svg diff --git a/README.md b/README.md index c0461f4..6fc18a9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# :snake: Snekdown - More than just Markdown ![](https://img.shields.io/discord/729250668162056313) +# ![](https://i.imgur.com/FpdXqiT.png) Snekdown - More than just Markdown ![](https://img.shields.io/discord/729250668162056313) + This projects goal is to implement a fast markdown parser with an extended syntax fitted for my needs. @@ -202,3 +203,4 @@ The end goal is to have a markup language with features similar to LaTeX. - [ ] EPUB Rendering (PDF is too hard) - [ ] Custom Elements via templates (50%) - [ ] Custom Stylesheets +- [ ] Smart arrows diff --git a/images/snekdown.svg b/images/snekdown.svg new file mode 100644 index 0000000..eb8d87e --- /dev/null +++ b/images/snekdown.svg @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/src/format/assets/style.css b/src/format/assets/style.css index 52d7130..06ba210 100644 --- a/src/format/assets/style.css +++ b/src/format/assets/style.css @@ -6,7 +6,7 @@ body { } .content { - font-family: "Noto Sans", SansSerif, sans-serif; + font-family: "Fira Sans", "Noto Sans", SansSerif, sans-serif; width: 100vh; max-width: calc(100% - 4rem); padding: 2rem;