Shrimple – A Simpler, Nicer Markdown

(qount25.dev)

8 points | by usrbinenv 3 hours ago ago

9 comments

  • SwellJoe 2 hours ago

    Indent for code blocks is a non-starter. Can't paste easily, very annoying to type in a web form. Triple backticks is the right thing.

    • prodigalknight an hour ago

      Add to that using -> to designate a link with a numbered URL for the actual href (numbered hrefs are already in Markdown), and also needing to indent list items... this is a solution in search of a problem.

  • llagerlof 28 minutes ago

    Well, I like the initiative, but dealing with code blocks looks like hell. You should not mess with the original indentation.

    Also, the markup should at least support tables.

  • ser0 an hour ago

    How does this compare to RST, which also claims to solve specific MD inconveniences?

    In researching for this reply I see that it's joining a somewhat crowded field https://en.wikipedia.org/wiki/Comparison_of_document_markup_...

    • barnabee an hour ago

      My favourite attempt to improve markdown is djot[0] but I think markdown just has too much inertia and most of its issues aren’t really a problem in practice.

      [0] https://djot.net/

  • ssuds an hour ago

    This is where my mind went: https://xkcd.com/927/

  • annzabelle an hour ago

    The text file looks great, but reading this just makes me think of the XKCD standards comic. Markdown has very few issues, and the remaining ones are so nitpicky that the downsides of having an additional standard are larger than the benefits.

    On the other hand, I am always happy to see progress in the LaTeX alternatives world. That typesetting language has become comically overgrown and I think it's turing complete at this point.

  • aogaili an hour ago

    Leave markdown alone. Focus on JS frameworks and harnesses please.

    • SwellJoe an hour ago

      Ah,yes, the world cries out for more JavaScript frameworks.