Coder Social home page Coder Social logo

hritik5102 / markdown-language-tutorial Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.05 MB

Just a basic syntax of markdown language i.e .md you can run the code directly into any editor like VS code

markdown markdown-language markdown-editor markdown-viewer markdown-tutorial readme-md markdown-basic markdown-syntax

markdown-language-tutorial's Introduction

Markdown language basic

Table of Contents

Heading

# Apple 1
## Apple 2
### Apple 3
#### Apple 4
###### Apple 5

(Back to Top)

Emphasis

*italic*
_italic_

**bold**
__bold__

***bold italic***
___bold italic___

~~strikethrough~~

(Back to Top)

Horizontal-rule

----
**** 

(Back to Top)

Blockquote

This is a blockquote

Nested Blockquote

> This is
> a blockquote
>
> > Nested
> > Blockquote

(Back to Top)

Code

      // Ordering operators
      var a = 10;
      var b = 2;
      console.log("a less than 10? ", a < 10);
      console.log("a equal to 10", a === 10);
      console.log("a greater than 10? ", a > 10);

Syntax :

(Back to Top)

Link

Hritik Jaiswal

[Hritik Jaiswal](https://linktr.ee/hritikdj "hritik")<br/>

(Back to Top)

Unorder-list

  • item 1
  • item 2
  • item 3
    • nested item 1
    • nested item 2
* item 1
* item 2
* item 3
  * nested item 1
  * nested item 2

(Back to Top)

Order-list

  1. item 1
  2. item 2
  3. item 3
  4. item 4
1. item 1
2. item 2
3. item 3
4. item 4

(Back to Top)

Image

markdown logo

![markdown logo](pexels9.jpeg "books")

(Back to Top)

GIF

![](giphy.gif "Iron Man")

(Back to Top)

Tables

Name Email
John [email protected]
Sophia [email protected]
| Name    | Email       |
|---------| ----------  |
| John  | [email protected]|
| Sophia  | [email protected]|

(Back to Top)

Task-list

  • task 1
  • task 2
* [x] task 1
* [ ] task 2 
 _____ _                 _     __   __            
|_   _| |               | |    \ \ / /            
  | | | |__   __ _ _ __ | | __  \ V /___  _   _   
  | | | '_ \ / _` | '_ \| |/ /   \ // _ \| | | |  
  | | | | | | (_| | | | |   <    | | (_) | |_| |  
  \_/ |_| |_|\__,_|_| |_|_|\_\   \_/\___/ \__,_| 

(Back to Top)

markdown-language-tutorial's People

Contributors

hritik5102 avatar

Watchers

 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.