samliew / se-timeline

Stack Exchange Timeline of Events
https://se-timeline.glitch.me/
MIT License
9 stars 5 forks source link

We're switching to CommonMark #32

Closed 9ao9ai9ar closed 2 months ago

9ao9ai9ar commented 2 months ago

What type of event change are you requesting

Checklist


{
  "date_str": "2020-06-01",
  "title": "We're switching to CommonMark",
  "slug": "we-re-switching-to-commonmark",
  "type": "feature",
  "body": "<p>As of June 20, 2020, all sites are on CommonMark now.</p><blockquote>\n<h3>Why are we migrating to CommonMark?</h3>\n<p>In the past, changes to our Markdown renderers have been rather risky and high-effort. We needed to carefully evaluate if a change breaks anything for the millions of existing posts we have in place. By sticking to a well-defined specification like CommonMark, we can make sure that implementations that stick to this specification will work for us. If the specification gets extended, adopting changes will be easy and safe.</p>\n<p>Another reason is that this reduces some of the maintenance burdens of our development teams. Instead of maintaining two distinct Markdown renderers, we can now pick something off the shelf and use that instead. With markdig and markdown-it we&rsquo;ve found two reputable libraries that are beating our own implementations when it comes to performance and functionality. Both are great pieces of software that we're more than happy to use in our product.</p>\n</blockquote>",
  "links": [
    {
      "text": "MSE post",
      "url": "https://meta.stackexchange.com/q/348746"
    }
  ],
  "tags": [
    {
      "text": "commonmark",
      "url": "https://meta.stackexchange.com/questions/tagged/commonmark"
    }
  ]
},
samliew commented 2 months ago

If using blockquotes, please also include the author name and link it to their profile.