Useful Markdown Syntaxes for Developers

12

Title or subject indicators for content.   - Headings using #  ## Heading2    - Using HTML syntax <h2>Heading 2</h2>

1. Markdown Headings

Emphasize text by making it bold. Example-     - Method 1:  *Hello*   - Method 2:  <em>Hello</em>

2. Markdown Bold

Cross out a text to indicate removal or deletion. Example-    ~~The text is struck~~

3. Strike-through

Hyperlinked words that redirect users to other pages. Example-   [Link1] (https://www.interviewbit.com/practice/)

4. Inline Link

Sequentially ordered items in a list. Syntax-  1. Element 1  2. Element 2  3. Element 3

Looking to sharpen your JavaScript skills  at no cost?

5. Ordered Lists

Bulleted items in a list. Syntax with asterisk(*)-   * Element 1  * Element 2  * Element 3

6. Unordered Lists

Track tasks with checkboxes for completion. Example:   - [x] Buy Eggs.  - [ ] Buy Milk.  - [ ] Wash Clothes.

7. Creating Task Lists

Embed images directly into the page. Syntax:  ![alt text](https://d3n0h9tb65y8q.cloudfront.net/public_assets/assets/000/002/559/original/Inline_Style.png?1642758105)

8. Inline Style

Insert GIFs using Markdown. Syntax:  <img src="https://d3n0h9tb65y8q.cloudfront.net/public_assets/assets/000/002/564/original/GIF.gif?1642758263" />

9. Adding GIFs

Line separators for visual division. Can be created using hyphens(-), an asterisk(*) or underscores (_). Example:  --- ***  ___

10. Horizontal Rule

Hidden text for documentation or notes. Example:   <!-- This is a comment. -->

11. Comments

Raised or lowered text characters. Example:  Subscript <sub>Example.</sub>  Superscript <sup>Example.</sup>

12. Markdown Superscript and Subscript

Ready to take your Markdown skills to the next level?

Discover everything this powerful language has to offer and elevate your text formatting game.

Looking to elevate your coding skills?

Sign up for Scaler's free masterclasses & events to learn about the latest trends in the IT industry & become a pro.  Don't hesitate any longer, register today!