Demo
You seem so tired, deep in thought,
With every question and answer you brought.
So as a gift to ease your view,
I built a markdown previewer for you.
A Little Rest for Your Code
- Crisp headers shine so bright and clear,
- Soft lists and tables now appear,
- No walls of text to strain your mind,
- Just tidy code left far behind.
- Then shouldn't you come here and never hide?
| Before | After |
|---|---|
| Bad design | Clean design |
| Weary Look | Refreshed view |
So take a break and watch it glow,
And let your mind rest and slow.
Give it a try: https://github.com/Hfs2024/Markdown-Previewer.
Top comments (9)
That's a cool idea. Could you post a short video on GitHub so we can check it out without having to install anything?
Sure, Tomasz!
If the link didn't work for you, you would find it on GitHub too.
File name: demo.mp4
Location: Directly in the root
I updated the post to include the demo section too.
Such a creative way to introduce a tool! Loved the poem. What stack did you use to build it?
Thanks! 😁 I used HTML, CSS, and NanoScript (my own modern, lightweight alternative to jQuery which uses JavaScript) for the frontend, and Node.js with MongoDB for the backend.
Some comments may only be visible to logged-in visitors. Sign in to view all comments.