Remix.run Logo
Show HN: MyMarkdown – Make AI Markdown easier to read(mymarkdown.site)
1 points by ardeeshany 7 hours ago | 4 comments

I made a small free tool for humans (not AI) to read Markdown faster.

If you build AI tools, you probably read a lot of Markdown. And you may have noticed that as it gets bigger, it gets harder for human eyes to digest.

Here, just paste your Markdown, and it makes it cleaner and easier to read. It also makes JSON much nicer, which I needed a lot.

It’s free. Maybe useful for other people building AI too.

softwarewright 7 hours ago | parent [-]

having to give clipboard paste permission is less than ideal. Why not also offer a text area to paste into?

ardeeshany 5 hours ago | parent | next [-]

we have it - close to the Preview, there is a Edit panel you can copy paste into. But what you told, give me an space to improve UX. Thanks

ardeeshany 5 hours ago | parent | prev [-]

I just updated it.

softwarewright 3 hours ago | parent [-]

Thanks for the UX change; it worked well (except for links to relative images).

Is the intent just to use it to view markdown with colors, spacing?

Do you plan to provide ways to export it to something like PDF, html w/css, etc.?

Let's say I wanted to take a README from my github repo and blog about it with the pretty version in a blog post, how would I do that?