Skip to content

Instantly share code, notes, and snippets.

@r4ai
Created December 9, 2023 00:10
Show Gist options
  • Select an option

  • Save r4ai/aab7fb4f90c82992a8a1575cc10025a8 to your computer and use it in GitHub Desktop.

Select an option

Save r4ai/aab7fb4f90c82992a8a1575cc10025a8 to your computer and use it in GitHub Desktop.
hoge

Hello, World!

Sample post for testing purposes.

Bold text
Italic text
Strikethrough text
Inline code
example.com

Done is better than perfect.

List

  • unordered list item 1
  • unordered list item 2
    • unordered list item 2.1
    • unordered list item 2.2
  1. ordered list item 1
  2. ordered list item 2
    1. ordered list item 2.1
    2. ordered list item 2.2

Code

Inline code: print("Hello, World!")

def hello_world():
    print("Hello, World!")
fn main() {
    println!("Hello, World!");
}
const helloWorld = () => {
  console.log("Hello, World!");
};

Math

Inline math: $e^{i\pi} + 1 = 0$

Block math:

$$ \forall \epsilon > 0, \exists \delta > 0 \mathrm{s.t.} 0 < |x - a| < \delta \implies |f(x) - b| < \epsilon $$

Image

icon_blobs

Heading 2

Heading 3

Heading 4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment