Code Monkey home page Code Monkey logo

tony-learning-note's Introduction

Welcome to Tony-learning-note!

這裡會放上資料結構的上課筆記

建立你自己的 Repository

Step 1: 建立 Readme.md

Readme.md 是一個 markdown 的格式。在 Repository 下每個頁面(資料夾) ,github會直接將 readme.md的檔 顯示在檔案的底下

  • 主要由 markdown 構成
  • 可使用部分 html 語法
  • 大小寫都接受

簡單的 markdown 語法

>>> 標頭

語法

# H1
## H2
### H3
#### H4

結果

H1

H2

H3

H4


>>> 列點

語法

* abc
  * abc
  * abc
- abc
  - abc
  - abc

結果

  • abc
    • abc
    • abc
  • abc
    • abc
    • abc

>>> 超連結

語法

[Mygithub](https://github.com/tonyforreal/Tony-learning-note/)

結果

Mygithub


>>> 圖片

語法1

![](/正.jpg)

結果

語法2 -html,可調整大小。 (注意: 在 markdown 穿插使用html語法最好後面空一行,不然會跑版)

<img src='https://github.com/tonyforreal/Tony-learning-note/blob/master/%E6%AD%A3.jpg' height=200 weight =200>

結果


>>> 斜體字

語法

*abc*

結果

abc


>>> 粗體字

語法

**abc**

結果

abc


>>> 引用

語法

> abc
>> abc

結果

abc

abc

>>> 程式碼

語法

`abc`

結果

abc

結果

abc

tony-learning-note's People

Contributors

tonyforreal avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.