Code Monkey home page Code Monkey logo

full-stack-web-development's Introduction

MarkDown(.md) file syntax Cheat Sheet

1. Tab (like ordered list)

1. Subject 1,
2. Subject 2,
3. Subject 3
 1. Sub-Subject

  1. Subject 1,
  2. Subject 2,
  3. Subject 3
    1. Sub-Subject

2. Tab (like unordered list)

- Subject 1,
- Subject 2,
- Subject 3

  • Subject 1,
  • Subject 2,
  • Subject 3

3. Add 1 space
 
 xyz

4. Add 2 spaces
 
 xyz

5. Add 4 spaces
 
 xyz

6. Comment code
\
**<Comment>**

7. Heading
# <Heading>

<Heading>


8. Sub Heading
## <Sub Heading>

<Sub Heading>

continue . . .


9. Strong/Bold
**<Strong/Bold>**
<Strong/Bold>

10. Strong/Bold and Italics
***<Strong/Bold and Italics>***
<Strong/Bold and Italics>

11. Italics
_<Italics>_  
<Italics>  

Alternate method for Italics
*<Italics>*  
<Italics>  

12. Underline
<u><Underline></u>
<Underline>

13. Strikethrough
~~<Strikethrough>~~
<Strikethrough>

14/. Linebreaks
<br />


15/. Horizontal Line
***


---


16. Link
[<Link Url>](http://www.example.com "<Hover Over>")
<Link Url>

17. Image
![<Alternative Text>](https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Git-logo.svg/1280px-Git-logo.svg.png)

<Alternative Text>


<img src= "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Git-logo.svg/1280px-Git-logo.svg.png" width="200px" height="85px">


18. Code Snippets

Use for loop

var name = "Sayantan";
console.log(name);
String name = "Sayantan";
System.out.println(name);

19. Tables

Header 1 Header 2 Header 3
Cell 1 Cell 2 Cell 3
Cell 4 Cell 5 Cell 6

20. Tables with alignment

Left-aligned Right-aligned Center-aligned
Cell 1 Cell 2 Cell 3
Cell 4 Cell 5 Cell 6

21. Code

Write a code here to generate odd numbers upto 100
Hi, how are you doing.



Useful Git Commands

full-stack-web-development's People

Contributors

iamsayantan1 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.