FAQ

This is a simple FAQ written in markdown!

Syntax Highlighting

console.log("Hello World!");

class Foo {
  constructor() {
    this.bar = "baz";
  }

  print() {
    return this.bar;
  }
}

Tables

Header 1 Header 2
Cell 1.1 Cell 2.1
Cell 1.2 Cell 2.2

Links

Google