Write .md blog posts

2022-06-12

A great way to practice writing .md files!

Writing blogs, or any other text content, in an ".md" file isn't common nor natual to most people. However, if you get skilled with it, you can have more control and more speed writing content this way than you'd have in a standard work document.

This becomes especially evident when you want to write posts with code example, like here 👇

// An intercom example
window.intercomSettings = {
  app_id: "yourappid", // Your app id as a string
};