Title of Article

This is a basic demo of using Svelte components in markdown. Links look like this:

Standard Markdown Stuff

This is a blockquote

This is an image:

BOJIT_V3-Neck_Laminations.JPG

This is a YouTube video

List Styling

  • 🎉 Unordered List 1
  • 👇 Unordered List 2
    1. Nested
    2. Ordered List
      1. Second Level
      2. Nesting

  1. Ordered
  2. List
    • Nested
    • Unordered

Syntax Highlighting

Standard github-style syntax highlighing works: there are a couple of modifier components that are used to add line numbers and a copy button:

uint8_t test = {4, 5, 7};

int main(uint8_t *main)
{
    test[4] = 5;
}

This uses PrismJS under the hood. All language components except html, css and js have to be included manually.

#!/bin/bash

echo "test"