Since 1973

Test

Language: en-US 331 word(s)
⌘Greatest TV Show@A (Greatest TV Show)#Testing

Normal tests #

Begin test file…

Formatting #

Bold, bold, 加粗

Italic, italic, 斜体

Underline, underline

Strike, strike, strike, ~strike~, –strike–

Highlight, =highlight=, ==highlight==

Footnote1, footnote2


Lists #

  1. ol
  2. Ordered list
dl
dt
Description list

Code #

Inline code, `escape`, and keystroke

Inline code, `escape`, and keystroke

This theme has limited support for code blocks.

package main

import "log"

func add(x int, y int) int {
  log.Println("We are going to take the sum of two numbers, and leave a very very very long comment.")
  return x + y
}

func main() {
  y := add(1, 2)
  log.Println(y)
}

Here’s an example with line numbers. The CSS is buggy.

199
200
201
202
203
204
205
206
207
208
209
210
211
package main

import "log"

func add(x int, y int) int {
  log.Println("We are going to take the sum of two numbers, and leave a long comment.")
  return x + y
}

func main() {
  y := add(1, 2)
  log.Println(y)
}

Font #

我能体に傷つけないで吞下 259 ml glass。

Four score and seven years ago our fathers brought forth upon this continent, a new nation, conceived in Liberty, and dedicated to the proposition that all men are created equal.

0 Oo Ii Ll 1 | 2 Z 5 s 8 Bb 6 # * ^ ~ () {} [] . , : ; “ ‘ ’ `

0 Oo Ii Ll 1 | 2 Z 5 s 8 Bb 6 # * ^ ~ () {} [] . , : ; “ ‘ ’ `

LaTeX & Table #

This theme does not support LaTeX yet.

$\LaTeX{}$

$$R_1 \begin{cases} >\mu_{2} \\ \leq \mu_{2} \end{cases}$$

Message to agent 1$M_1$
Agent 1’s action$a_1$
New finding$R_1 \begin{cases} >\mu_{2} \\ \leq \mu_{2} \end{cases}$

  1. The linked footnote appears at the end of the document. ↩︎

  2. New lines ↩︎

Back to list Older writing »