Git Product home page Git Product logo

markdown-parctice's Introduction

Markdown-parctice

Headers

# Header1
Header1(alternatively)
===
## Header
Header2(alternatively)
---
### Header
#### Header
##### Header
###### Header

Header1

Header1(alternatively)

Header

Header2(alternatively)

Header

Header

Header
Header

Emphasis

italic : *text1*, _text2_
bold : **text1**, __text3__
italic+bold : [*_]{3}text1[_*]{3}
scratch : ~~text1~~

italic : text1, text2
bold : text1, text3
italic+bold : text1
scratch : text1

List

- item1
+ item2
  - subitem1
    * subitem2
* item3

1. item1
1. item2
1. item3
  • item1
  • item2
    • subitem1
      • subitem2
  • item3
  1. item1
  2. item2
  3. item3

Links

[GitHub](https://github.com/)
<https://github.com/>
[GitHub][1]
[GitHub][reference]
[Go GitHub]

[1]:https://github.com/
[reference]:https://github.com/
[Go GitHub]:https://github.com/

GitHub
https://github.com/
GitHub
GitHub
Go GitHub

Image

![sakura](sakura.jpg)
![sakura_reference][pretty]

[pretty]:sakura.jpg

sakura sakura_reference

Blockquotes

> quotes text
> github

quotes text
github

Inline code

I think you should use an
`<addr>` element here instead.

I think you should use an <addr> element here instead.

Code Block

    ```python
    def func():
      print("Hatsune")
      print("Miku")
      pass
    ```
def func():
  print("Hatsune")
  print("Miku")
  pass

Supported programing languages from https://highlightjs.org/static/demo/

InLine Code

this is `InLine Code`

this is InLine Code

Task Lists

- [x] @mentions, #refs, [links](), **formatting**, and <del>tags</del> supported
- [x] list syntax required (any unordered or ordered list supported)
- [x] 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)
  • this is a complete item
  • this is an incomplete item

Table

First Header | Second Header
------------ | -------------
Content from cell 1 | Content from cell 2
Content in the first column | Content in the second column
First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column
Definition list
Is something people use sometimes.
Markdown in HTML
Does *not* work **very** well. Use HTML tags.

Horizontal Rule

---
***
___




Emoji

:station::ink:

๐Ÿš‰๐Ÿ”—
check out https://www.webpagefx.com/tools/emoji-cheat-sheet/

markdown-parctice's People

Contributors

janghjoon avatar

Watchers

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