Code Monkey home page Code Monkey logo

git-markdown's Introduction

HEADINGS

# h1 Heading
## h2 Heading
### h3 Heading
#### h4 Heading
##### h5 Heading
###### h6 Heading

Alternatively, for H1 and H2, an underline-ish style:

heading-H1
======

heading-H2
------

h1 Heading

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

Alternatively, for H1 and H2, an underline-ish style:

heading-H1

heading-H2

FORMATING

Emphasis, italics, with *asterisks* or _underscores_.

Strong emphasis, bold, with **asterisks** or __underscores__.

Combined emphasis with **asterisks and _underscores_**.

Strikethrough uses two tildes. ~~Scratch this.~~

*This is italic text*     _This is italic text_

**This is bold text**     __This is bold text__

~~This is strike through~~

**__This is combined__** 

Emphasis, italics, with asterisks or underscores.

Strong emphasis, bold, with asterisks or underscores.

Combined emphasis with asterisks and underscores.

Strikethrough uses two tildes. Scratch this.

This is italic text This is italic text

This is bold text This is bold text

This is strike through

This is combined

LIST

Ordered list
1. First ordered list item
2. second ordered list item
 1. sub ordered list
    
[links] Create a list by starting a line with `+`, `-`, or `*`    

* unorderded list
    + unorderded sub-list
      - unordered nested of sub-list

Ordered list

  1. First ordered list item
  2. second ordered list item
  3. sub ordered list

Create a list by starting a line with +, -, or *

  • unorderded list
    • unorderded sub-list
      • unordered nested of sub-list

SELECTED BOX

This is Task list
- [ ] task 1
- [x] task 2

This is Task list

  • task 1
  • task 2

LINKS

[google.com](https://www.google.com)

check my profile [profile]
URLs and URLs in angle brackets will automatically get turned into links.
http://www.github.com or <http://www.github.com> 


[profile]: https://linkedin.com/in/sirajshamim   (it will not appear in field)

google.com

check my profile Profile. URLs and URLs in angle brackets will automatically get turned into links. http://www.github.com or http://www.github.com

IMAGE

Inline-style:
![logo](https://1000logos.net/wp-content/uploads/2021/05/GitHub-logo-500x281.png)

Reference-style:
reference style ![LogoTitleText2][logo]

[logo]: https://1000logos.net/wp-content/uploads/2021/05/GitHub-logo-500x281.png "LogoTitleText2"

Inline-style: logo

Reference-style: reference style LogoTitleText2

TABLES

Tables Columns can be used to align columns.

| column 1  (right-algin)   |  column 2  (center-algin) | Column 3  (left-algin)  |
| :------------- |:-------------:| -----:|
| row 1  | 1 | google |
| row 2  |    2  |   microsoft |


There must be at least 3 dashes separating each header cell.
The outer pipes (|) are optional,

GIT | GITHUB | GITLAB
--- | --- | ---
*italic* | `boxed` | **bold**
1 | 2 | 3

Tables Columns can be used to align columns.

column 1 (right-algin) column 2 (center-algin) Column 3 (left-algin)
row 1 1 google
row 2 2 microsoft

There must be at least 3 dashes separating each header cell. The outer pipes (|) are optional,

GIT GITHUB GITLAB
italic boxed bold
1 2 3

git-markdown's People

Contributors

sirajshamim avatar

Watchers

 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.