Hugo

Introduction

This is bold text, and this is emphasized text.

Visit the Hugo website!

Mathjax

$$ \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right) $$

Highlighting

1
2
3
function helloWorld () {
  alert("Hello, World!")
}
1
2
3
4
5
public class HelloWorld {
  public static void main(String[] args) {
    System.out.println("Hello, World!");
  }
}

Footnote

1
2
3
You can create footnotes like this[^footnote].

[^footnote]: Here is the *text* of the **footnote**.

You can create footnotes like this1.

GoAT diagrams

1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4

Shortcodes

Quote with author:

This is a quote with only an Author named Author2.

Author2

Images


  1. Here is the text of the footnote↩︎