Giter Site home page Giter Site logo

igorkowalczyk / only-md Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 0.0 87 KB

๐Ÿ“ A repo only contains Markdown files. Yea, it could also be a guide to the markdown

Home Page: https://github.github.com/gfm/

License: The Unlicense

markdown markdown-article guide

only-md's Introduction

A repo only contains a MarkDown files

Yea, I know that maybe this is not a very useful repository.

Markdown formating

Heading 1

# Heading 1

Heading 2

## Heading 2

Heading 3

### Heading 3

Heading 4

#### Heading 4

Heading 5

##### Heading 5

Heading 6

###### Heading 6


Paragraph

text Inline Code text Mistaken text. Italics Bold

text `Inline Code` text		
~~Mistaken text.~~	
*Italics*	
**Bold**	

Tasks

  • a task list item
  • list syntax required
  • normal formatting
  • incomplete
  • completed
- [ ] a task list item
- [ ] list syntax required
- [ ] normal **formatting**
- [ ] incomplete
- [x] completed

Code Blocks

Note:

4 space indention
makes full-width
standard code blocks
    4 space indention
    makes full-width
    standard code blocks
document.innerHTML = "I'm js code";

/* I'm comment */
.css {
font-size: 25px;
width: 100%;
padding: 5px;
height: 50%;
color: #333;
}

/* I'm comment */

List

  • List item one
  • List item two
    • A nested item
* List item one
* List item two
    * A nested item

Numbered List

  1. Number list item one
  2. Number list item two
  3. Number list item three
1. Number list item one		
2. Number list item two
3. Number list item three

Quote

Quote

Second line Quote

> Quote
> 
> Second line Quote

Standard link = https://igorkowalczyk.github.io
Custom Text Link

Standard link =  https://igorkowalczyk.github.io
[Custom Text Link](https://igorkowalczyk.github.io)

Image

![Image](https://github.com/fluidicon.png)

Image

Change Size

GFM (Github Flavored MarkDown) don't support change size of img but You can use some HTML "img" tags in your Markdown:

<img src="https://github.com/fluidicon.png" alt="Image" width="200" height="200"/>

Image


Table

Left-Aligned Center Aligned Right Aligned
col 3 is some wordy text $1600
col 2 is centered $12
zebra stripes are neat $1
| Left-Aligned  | Center Aligned  | Right Aligned |
| :------------ |:---------------:| -----:|
| col 3 is      | some wordy text | $1600 |
| col 2 is      | centered        |   $12 |
| zebra stripes | are neat        |    $1 |

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.