Coder Social home page Coder Social logo

demorepo's Introduction

Basics of Markdown

Markdown is the most popular markup language that can be used to format documents. It can be used to create websites,ebooks,email,discussions forums

Topics

  1. Paragraphs

    MD expects a full line space to show texts in a different line else it joins text in same line.

  2. Text decorations

    MD can write bold texts, italiic italic texts

  3. Headings No of #'s represet the type of heading . Github will automaticaly add id's to headings, so text will be automatically linked.

    This is h2

    This is h3

  4. Links

    My Github account.Bhupendra github repo.

  5. Images Images can be used just like links. ![Alt txt](img url)

    "cat Img"

    Thumbnails images can also be used which links to larger image

  6. Ordered and Unoredered Lists

    Coding Best Practices:

    • Keep code DRY
    • Writing Unit Test cases
    • Checking cross browser support

    Steps to merge branch:

    1. Create a branch from feature
    2. commit your changes
    3. push your changes
    4. raise a pull request
  7. Code Blocks

    This is super helpful when posting any code snippet

    const fn = () => alert("some fn");
    .hide {
        display:none
    }

    Also can show code difference

    var x = 10;
    - const counter = 0;
    + let counter = 0
  8. Tables

    Tables can be generated with headings and text alignment option

    Stocks Price
    TCS 230
    YES Bank 500

---

Cool Tips

Grammarly extension can eliminate typo and grammar mistakes

demorepo's People

Contributors

bhupendra1011 avatar codeninja1011 avatar

Watchers

James Cloos avatar  avatar

Forkers

codeninja1011

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.