Add snekdown logo to README

feature/epub-rendering
trivernis 4 years ago
parent 5f7d9f8de1
commit 06ee81cc15

@ -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

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 219 KiB

@ -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;

Loading…
Cancel
Save