kota's memex

djot

An easier to parse subset of markdown.

syntax sampler

Italics and Bold

Some text with italics and bold mixed in.

Lists

  1. first
  2. second
  3. third

quote

Giving a monopoly on an idea that would have been created anyway, for no societal gain, is bad policy.

Rule

Above


Below

Code

First, some inline code. Then a code block:

func Test(t *testing.T) {
  err := Name()
  if err != nil{
    t.Errorf("TestName failed: %v", err)
  }
}

Links

As a heading

Valid

In a sentence.

memex

memex

memex

/memex

operating systems

operating systems

Invalid

[[Just some brackets] ].

[Hello] (World). Hello.

missing page missing page missing page