Hacker News new | ask | show | jobs
by strken 627 days ago
I would find markdown tables easier to use if they were just CSV and some delimiters for start/header/end. Imagine being able to write

    +------------------------------+
    Product,Cost per seat,Importance
    +------------------------------+
    GSuite,$7.20,Critical
    Notion,$10,High
    "Something, ""with"", commas and double-quotes",$5,Low
    +------------------------------+