Blog

A quick markdown tour

  • demo
  • markdown
markdown logo (capital M with a downward facing arrow to the right)

Posts are written in markdown with the advanced pipeline enabled.

Feature Supported
Tables Yes
Code Yes
var greeting = "Syntax highlighting is bundled locally.";
Console.WriteLine(greeting);

Blockquotes pick up the gold accent from the palette.

See this documentation to learn more about Markdown!

Comments

Pinned comments

  • Joshua Mykitta (Site Owner)

    Main Headers

    Enjoy the benefit of smart markdown in comments and messages!

    Secondary Headers

    // code blocks!
    
    public int Add(List<int> numbersToAdd)
    {
        sum = 0;
        foreach (int n in numbersToAdd)
        {
            sum += n;
        }
    }
    

    ... and more!

An unhandled error has occurred. Reload 🗙

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please retry or reload the page.