A brief note of love for Markdown
Morgan Murrah

Morgan Murrah @airbr

About: Developer

Joined:
May 3, 2017

A brief note of love for Markdown

Publish Date: Apr 7 '19
18 7

I have fond memories of using Markdown early on when I was learning to code which really started just over two years ago. When I was finding JavaScript challenging in one of my early projects I remember taking one afternoon to work through cheat sheets of Markdown syntax and make some nicely formatted ReadMe files.

A nicely formatted Markdown file as a ReadMe on Github with code formatted instructions to enter into the terminal can really make a difference in a developer's experience. There are many libraries and projects I possibly never read further about or experimented with because it did not have a clear ReadMe.

I still use Markdown today and its an incredibly portable format for blogs and lots of things.

MacDown is my simple markdown editor of choice on a mac with a live preview

Here's a sentence with a footnote. 1


  1. This is the footnote. 

Comments 7 total

  • Mike
    MikeApr 8, 2019

    Agreed, a nice markdown file goes a long way for readability within docs. I've recently got into using markdown myself for personal documentation. I've been using Typora as my markdown editor and love it so far.

    My favorite part about markdown is the code snippets.

    let x = 'an old game store'
    funcoLand(x)
    function funcoLand(x){
        console.log(x)
    }
    // not awake enough to make something more intriguing.
    
  • Thinh
    ThinhApr 8, 2019

    Hey, you might want to check Typora. I used to use MacDown... until I discovered Rypora

    • Morgan Murrah
      Morgan MurrahFeb 15, 2020

      Late reply: I am now using Typora these days

      • Thinh
        ThinhFeb 15, 2020

        awesome 👍

  • Operations Research Engineering Software+
    Operations Research Engineering Software+Apr 9, 2019

    The value from the elite universities comes from excluding people

  • Ben Halpern
    Ben HalpernMay 3, 2019

    I ❤️ markdown too

Add comment