7 pointsby Kyome222 days ago3 comments
  • ramon1562 days ago
    This is going to be my last comment about AI, but please HN, do something about this.

    I can't be arsed to read this post since the very first sentence is AI generated. If you dont give a shit about your project, why should I...

    • Kyome222 days ago
      I am Japanese, and this is my first time posting on Hacker News. To be honest, I used generative AI to help me write the post because I wasn't familiar with the culture or how things work here, and I'm sorry if that was annoying. Does starting with "Hi HN!" make it sound like it's AI-generated?
  • mlyska day ago
    Interesting - might become handy for get-colibri.com what is the upside of :::details over html version?
    • Kyome2242 minutes ago
      There are technical article posting sites that support extended Markdown syntax like ":::details," and this syntax is commonly adopted by existing Markdown parsers as well.

      I personally don't want to write HTML within Markdown. It’s not very readable, and I believe it's better if users can write content without needing to know both Markdown and HTML.

      While building a static website might require some technical expertise, the fact that content can be updated by anyone who can write Markdown—even those who aren't tech-savvy—is a significant advantage.

  • llagerlof2 days ago
    I liked your standard. For me, there is only one thing that really bothers me in Markdown and causes me trouble. It's not possible to have line breaks inside individual cells. This is the major flaw in Markdown.
    • Kyome22a day ago
      Pure Markdown often falls short when you need fine-grained control. As you mentioned, the inability to freely insert line breaks within table cells is one of those limitations. With lobster.js, you can achieve this by using wrap blocks.