Hacker Newsnew | past | comments | ask | show | jobs | submit | Chiguire's commentslogin

1) Nationalise Github.

2) Create a brand new tax for business.

3) Distribute that money proportionally to stars over Github projects.


GitHub stars can be easily gamed socially.


You could have simplified that to:

<title>title</title>

    <ul>
      <li>item1</li>
      <li>item2</li>
    </ul>

    <p>some paragraph with an <i>italic</i> word</p>
No need for body and html element, you can inject that afterwards.

I think the most important aspect of markdown is not the syntax but the standardisation of styles. No needing to worry about how to make it look nice it's not only time saving but very helpful when reading hundreds of other people manuals.


Really? The above HTML will look very readable if you just fire it up in a web browser. And if we all agreed on the location of an optional CSS file (e.g. ~/.default.css) anyone would be able to customize how all their documentation looks. It would be totally optional and just make semantically-good HTML go from readable to super-pretty per-user custom themes. Totally optional -- if you don't have it, you'll still have something extremely readable, well more readable than Markdown.

    <html>
    <head>
        <link rel="stylesheet" href="~/.default.css">
    </head>

    ... your documentation goes here ...

    </html>
The best part? If you don't think <i>this</i> is readable, just double-click and open the thing in a plain-old web browser and it'll be more readable than Markdown.


you have a point.

but you're just talking about _reading_...

when it comes to typing, and especially _editing,_ all that markup cruft becomes a distraction (at best), and usually much more like an irritating obstacle. and you glossed over the &rsquo; which needs to sit in the middle of every contraction. like this:

  &ldquo;if you don&rsquo;t have it, you&rsquo;ll still have something...&rdquo;
ick. no thank you.


"if you don't have it, you'll still have something ..."

is perfectly fine in HTML. If you for whatever reason believe left and right quotes should make a difference,

“if you don’t have it, you’ll still have something ...”

will be fine in HTML as well. You don't need awful escape sequences for these. Browsers will render them just fine.


Fair enough and I agree on the styles. I usually take my notes in md whether I intend to render or not, just because I know I can render if necessary.


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: