• xmunk@sh.itjust.works
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    27 days ago

    Pshaw… just write it in raw HTML. It’s an incredibly legible markup language. I talk to my spouse in HTML just to stay sharp.

    • KISSmyOSFeddit@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      27 days ago

      I just write all my blog posts inside the empty line of this:

      <!DOCTYPE html>
          <title>My Blog</title>
      
      </html>
      
      

      Keep it simple, stupid!