kay's notes on finance

UPDATED ON 2026-06-29

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Paragraph

Here's a practical example of a paragraph in Markdown. This text demonstrates how content flows naturally in a blog post.

You can use various formatting options like bold , italic , strikethrough , and code within your paragraphs.


Blockquotes

Don't communicate by sharing memory, share memory by communicating.
— Rob Pike 1


Ordered List

  1. First item
  2. Second item
  3. Third item

Unordered List

Task List


Description List

First Term : This is the definition of the first term.

Second Term : This is one definition of the second term. : This is another definition of the second term.


Details

What is detail This is the answer to summary

Admonitions

:warning: Warning: Do not push the big red button.

:memo: Note: Sunrises are beautiful.

:bulb: Tip: Remember to appreciate the little things in life.

Image

To hide the caption, start it with an underscore _ or leave the alt text empty.

HIKARI


Tables

Style Weight Other
Normal Regular Text
Italic Bold Code

Code Blocks

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

Badge

Badge
Secondary
Destructive
outline

Other Elements — sub, sup, abbr, kbd, mark

H2O

Xn + Yn = Zn

GIF is a bitmap image format.

Press CTRL + ALT + Delete to end the session.

Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.


Footnotes

  1. The above quote is excerpted from Rob Pike's talk during Gopherfest, November 18, 2015.