Markdown Test

heading 1

heading 2

heading 3

heading 4

heading 5
heading 6

this text is italics

italic

bold

strike



Block quote

this is a block

This is a link

This is a link with tooltip

Dolor accusamus rerum modi et laborum molestiae aut. Iste velit sint ea qui debitis. Repellendus qui ducimus ut consequatur quis. Omnis beatae est facere earum tempora. Reprehenderit voluptas et sapiente voluptatem quaerat labore corrupti neque.

Lists

  1. first item
  2. second item

Inline code block

const PI: f32 = 3.1415926535897932384626433832795028841971693993751058209749445923

Images

KyBean icon

KyBean icon

Code Blocks

Bash code block

cargo add clap --features=derive

JS code block

function add(num1, num2){
    return num1 + num2;
}

Rust code block

use core::ops::Add;

#[must_use]
pub fn add<L, R, Out>(left: L, right: R) -> Out
where
    L: Add<R, Output = Out>,
    //R: Add<L, Output = Out>,
{
    left + right
}

Code block with line numbers

Need to put some work in here to fix the very bad styling

1use core::ops::Add;
2
3#[must_use]
4pub fn add<L, R, Out>(left: L, right: R) -> Out
5where
6 L: Add<R, Output = Out>,
7 //R: Add<L, Output = Out>,
8{
9 left + right
10}

Task list

Tables

Column 1Column 2Column 3
Row 1, Column 1Row 1, Column 2Row 1, Column 3
Row 2, Column 1Row 2, Column 2Row 2, Column 3
Row 3, Column 1Row 3, Column 2Row 3, Column 3

Diff

- This line is removed.
+ This line is added.

Nesting quotes

One.

Two.

Three.

Four.

Five.

Nerdfont symbols

In-stream unicode characters:

HTML unicode escapes:

Collapsible content

Click to see more! With markdwon in the header

Markdown works!

links too?

how about images?