본문 바로가기

Etc

Markdown: Syntax

github 에 README 파일을 적기 위해서는 markdown 의 syntax 를 알아야 하는데 다음의 링크를 참조한다.

http://daringfireball.net/projects/markdown/syntax#philosophy

http://en.wikipedia.org/wiki/Markdown


헤더 표현

This is an H1

=============

This is an H2

-------------


타이틀 글자 표현

# This is an H1

## This is an H2

###### This is an H6


리스트 표현

*   Red

    + Red2

*   Green

*   Blue


볼드처리

**strong test bold**


코드 블럭

<code>printf</code>


블럭쿼트

> "test blockquotes"


외부 링크

[링크](http://aucd29.tistory.com)


이미지 

![Alt message](/path/image.jpg)

'Etc' 카테고리의 다른 글

K77 아콘 키보드 메뉴얼  (0) 2021.09.16