Skip to content

This is a Template Repository for me

License

Notifications You must be signed in to change notification settings

hyeonukbhin/template_repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template Repository

This is a Template Repository

1. Description

  • python 3.7

2. Requirements

sudo pip3 install -r requiremets.txt

3. Usage

Use upper 3.x python version

./src/main.py

or

python3 src/main.py

4. Markdown Syntax

4-1. 헤더(Header)

헤더 크기 (h1)

헤더 크기 (h2)

헤더 크기 (h3)

헤더 크기 (h4)

헤더 크기 (h5)
해더 크기 (h6)

4-2. 목록(List)

Unordered

  • Item 1
  • Item 2
    • Item 2a
    • Item 2b

Ordered

  1. Item 1
  2. Item 2
  3. Item 3
    1. Item 3a
    2. Item 3b

4-3. 이미지(Images)

첫번째 방법
Github logo
Format: ![이미지 alt명](url 링크)

두번째 방법
sample image
Format: img 태그 사용 - 이미지경로는 상대경로 or 절대경로

4-4. 하이퍼링크(HyperLink)

GitHub

4-5. 코드 블록(Code Blocks)

function test() { 
 console.log("hello world!"); 
} 

코드 스타일은 링크 참조 GitHub

4-6. 인용 상자(Blockquotes)

As Grace Hopper said:

I’ve always been more interested. in the future than in the past.

4-7. 강조(Emphasis)

This text will be italic This will also be italic

This text will be bold This will also be bold

You can combine them

4-8. 테이블(Tables)

First Header Second Header
Content cell 1 Content cell 2
Content column 1 Content column 2

4-9. 체크박스(Check Boxs)

  • this is a complete item
  • this is an incomplete item
  • @mentions, #refs, links, formatting, and tags supported
  • list syntax required (any unordered or ordered list supported)

4-10. 인라인 코드(Inline Code)

문단 중간에 Code를 넣을 수 있습니다. 예를 들어 printf("hello world!"); 이런 식으로 들어갑니다.

4-11. 수평선(Horizontal Line)




4-12. 탈출 문자(Backslash Escapes)

literal asterisks\ literal asterisks Text\ Tom\

4-13. Github 이모지(EMOJI)

GitHub supports emoji! :+1: :sparkles: :camel: :tada: :rocket: :metal: :octocat:

4-14. 뱃지(Badge)

작성 예시 https://img.shields.io/badge/license-mit-green.svg" https://img.shields.io/badge/--.svg

APM: /apm/l/:packageName.svg AUR license: /aur/license/:packageName.svg

Releases

No releases published

Packages

No packages published

Languages