Coder Social home page Coder Social logo

markdown_lab's Introduction

MarkDown 사용법

Headers

# HelloWorld
## HelloWorld
### HelloWorld
#### HelloWorld
##### HelloWorld
###### HelloWorld

HelloWorld

HelloWorld

HelloWorld

HelloWorld

HelloWorld
HelloWorld

Blockquotes (인용)

> Hello World
>   > Hello World
>   >   > Hello World
>   >   >   > Hello World <br> Hello World <br> Hello World

Hello World

Hello World

Hello World

Hello World
Hello World
Hello World

Newline

Hello World  <!--2개 공백-->
Hello World<!--공백 없으면 개행 안됨-->
Hello World<br>Hello World <!--br 태그 사용-->

Hello World
Hello World Hello World
Hello World

Italics

_Hello World_

Hello World

Bold

**Hello World**

Hello World

Links

[Google](https://www.google.com)
[Naver](https://www.naver.com)
[Daum](https://www.daum.net)
[stackoverflow](https://www.stackoverflow.com)

Google
Naver
Daum
stackoverflow

Images

[Internet]:https://t1.daumcdn.net/cfile/tistory/167E8D4A4FC3328009
[linux]:https://upload.wikimedia.org/wikipedia/commons/thumb/0/01/LinuxCon_Europe_Linus_Torvalds_03_%28cropped%29.jpg/255px-LinuxCon_Europe_Linus_Torvalds_03_%28cropped%29.jpg 
![Father of the Korean Internet][Internet]
![Developer who developed git][linux]

Father of the Korean Internet Developer who developed git

![2016 Turing Award Winners](https://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Sir_Tim_Berners-Lee.jpg/1024px-Sir_Tim_Berners-Lee.jpg)

2016 Turing Award Winners

Lists

* Hello World
    * Hello World
    * _Hello World_
        * [Hello World](https://d2.naver.com/helloworld)
        - **Hello World**
  • Hello World
1. Hello World
3. Hello World
2. Hello World
  1. Hello World
  2. Hello World
  3. Hello World

Syntax highlighting

```python
print("Hello World")
```
```javascript
function test() {
console.log("Hello World");
}
```
print("Hello World")
function test() {
console.log("Hello World");
}

Task Lists

- [x] Hello World
- [ ] Hello World
- [x] Hello World
- [x] Hello World
  • Hello World
  • Hello World
  • Hello World
  • Hello World

Tables

Hello World | Hello World
----------- | ------------
Hello World | Hello World
Hello World | Hello World
Hello World Hello World
Hello World Hello World
Hello World Hello World

Strikethrough

~~Hello World~~

Hello World

Emoji

:grinning:	
:yum:

😀 😋

참고

https://code.visualstudio.com/docs/languages/markdown
https://www.markdowntutorial.com/
https://guides.github.com/features/mastering-markdown/
https://help.github.com/en/github/writing-on-github

markdown_lab's People

Contributors

funfunhada avatar

Watchers

James Cloos avatar  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.