In https://mdview.io/ I implemented sharing via url encoding so no server is needed, thou big files are not supported because of the url length limitation
I'm guessing it doesn't handle images because you'd have to upload the image, right? I tried one in this format:

with no luck. (Update: it works with URL links)
It doesn’t support local images yet since it currently only renders uploaded Markdown, but I’m looking into ways to make it work. thanks for the feedback!
Looks interesting but Markdown is the only relevance. Submitted tool/page is about sharing/hosting. Markdeep is about making self-contained Markdown-written HTML pages.
To prevent abuse, I'm using Cloudflare Turnstile to challenge bot access. Since the server validates the token from the browser, curl doesn't work—you'll have to use the web UI to upload. It's the simplest way I could keep the spam away for now.
Hmm. The explanation seems short enough to have written by hand easily. But I suppose that the natural style of AI output has the upside that it demonstrates the Markdown rendering well.
I really suggest adding some way to report pages because phishers and spammers will abuse it when they find it.
Looks nice, but if it was just because needed such tool, there're already mdshare and peerpad. There's also jbt's editor that saves state on URL, i.e., https://jbt.github.io/markdown-editor/#U1bwyOTics9XSEpMzlYoy....
In https://mdview.io/ I implemented sharing via url encoding so no server is needed, thou big files are not supported because of the url length limitation
looks cool
I'm guessing it doesn't handle images because you'd have to upload the image, right? I tried one in this format:  with no luck. (Update: it works with URL links)
It doesn’t support local images yet since it currently only renders uploaded Markdown, but I’m looking into ways to make it work. thanks for the feedback!
I use a self hosted HedgeDoc with Fail2Ban to deal with this. A cheap VPS + Coolify makes life so much better.
Separately, be cautious of people putting illegal content on your platform.
Appreciate the tips!
Adding an API can significantly increase the number of users, as it will make it easier for agents to share content.
Thanks! i’m planning to roll out API support soon
There's also Markdeep
https://casual-effects.com/markdeep/
Looks interesting but Markdown is the only relevance. Submitted tool/page is about sharing/hosting. Markdeep is about making self-contained Markdown-written HTML pages.
thanks for sharing
Hi,
First thing that came to my mind: how do I "curl" a md to it?
But then, I don't know how you intend to manage spam/abuse
To prevent abuse, I'm using Cloudflare Turnstile to challenge bot access. Since the server validates the token from the browser, curl doesn't work—you'll have to use the web UI to upload. It's the simplest way I could keep the spam away for now.
That's what I was worried about... Thanks for the answer!
why is it a problem?
Because you can't use it in a CI
Good point. I‘ll be adding login and API support soon
I like the idea and expiration dates. Got any example pages using either theme?
Glad you like the idea! I just put together a couple of quick examples to show how the themes look:
default: https://mdto.page/1E/ILeVn resume: https://mdto.page/1E/Cxhnf
Hmm. The explanation seems short enough to have written by hand easily. But I suppose that the natural style of AI output has the upside that it demonstrates the Markdown rendering well.
Please use `:prefers-color-scheme` throughout.