Markdown

Markdown is a lightweight markup language for creating formatted text using a plain-text editor. John Gruber and Aaron Swartz created Markdown in 2004 as a markup language that is appealing to human readers in its source code form.

What I have learned today?

Today I have learned about basic syntax of markdown. The Markdown cheat sheet provides a quick overview of all the Markdown syntax elements. It can’t cover every edge case, so if you need more information about any of these elements, refer to the reference guides for basic syntax and extended syntax. for more information visit on this :- Markdown Element Markdown Syntax

Heading :

                # H1
               ## H2
               ### H3

Bold Deepti

Italic Github.com

Blockquote

blockquote

Ordered List

                    1. First item
                    2. Second item
                    3. Third item

Unordered List

                         - First item
                        - Second item
                        - Third item

Code :
<div class="input-container ic1"> <input id="firstname" class="input" type="text" placeholder="First name " /> <div class="cut"></div> <label for="firstname" class="placeholder">First name</label> </div>

Horizontal Rule

Link : Markdown

Image:
Hello