/hello-world

The practice of github functions

hello-world

The practice of github functions

Markdown Testing

Some Basic Style

  1. Bold
  2. Italic
  3. Bold and Italic
  4. Strikethrough

    and this is a quote

  5. And Hyperlink: GitHub Pages

    And github auto generate some shortcut link Also, you can use relative link in the project.

  6. Section Link also find, like Code
  7. @somepeople for notification
  8. footnote1
  9. <!-- Markdown Comment, which the same with html comment -->

Order list

  1. first item
  2. second item
  3. third item
    1. nest list if fine, too.

Unorder list

  • apple
  • orange
  • banana

Task List

  • #333
  • comlete tasks
  • Add something 🎉

Code

  1. inline code like print("Hello world")
  2. code block:
def hello_world:
    print("Hello world")
    
hello_world()

Images

This is an image

Tip: When you want to display an image which is in your repository, you should use relative links instead of absolute links.

Emoji

Table

First Header Second Header
Content Cell Content Cell
Content Cell Content Cell

Hide~

CLICK ME

We can hide anthing, even code!

    puts "hello Wrold"

Code Snippet

https://github.com/dimsplendid/td_toolkits_v3/blob/dfdb1cb77e231f60231e0d3af09b436a256d71e2/td_toolkits_v3/opticals/tools/utils.py#L28-L44

Ref

Footnotes

  1. This is the note of note