Jump to content

Introduction

DNT Docs start here!

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

Emphasis

This is bold text

This is bold text

This is italic text

This is italic text

Strikethrough

Lists

Unordered

  • Create a list by starting a line with +, -, or *
  • Sub-lists are made by indenting 2 spaces:
    • Marker character change forces new list start:
      • Ac tristique libero volutpat at
      • Facilisis in pretium nisl aliquet
      • Nulla volutpat aliquam velit
  • Very easy!

Ordered

  1. Lorem ipsum dolor sit amet

  2. Consectetur adipiscing elit

  3. Integer molestie lorem at massa

  4. You can use sequential numbers…

  5. …or keep all the numbers as 1.

We can code:

Inline code!

Code blocks!

Sample text here...

We can even do syntax highlighting 🀯!

magic.rs
fn what() {
    fn the(x: &Cell<bool>) {
        return while !x.get() { x.set(true); };
    }
    // testing
    let i = &Cell::new(false);
    let dont = {||the(i)};
    dont();
    assert!((i.get()));
}

fn main() {
    let hi = "HELLO WORDL!! !";
}

fn union() {
    union union<'union> { union: &'union union<'union>, }
}
console.log(foo(5));

Tables

Typescript ResourceLink
TypeScript Handbookhttps://www.typescriptlang.org/docs/handbook/πŸ”—
Beginners TypeScript Tutorialhttps://github.com/total-typescript/beginners-typescript-tutorialπŸ”—
Type Challengeshttps://github.com/type-challenges/type-challengesπŸ”—
Rodney Mullen of TypeScript (Matt Pocock) Youtube Channelhttps://www.youtube.com/c/MattPocockUk/videosπŸ”—

link textπŸ”—

link with titleπŸ”—

Images

This awesome cat