Github Flavoured Markdown CheatSheet

Author:-


Github Flavoured Markdown CheatSheet

Introduction

The following markdown cheatsheet is adapted from: https://guides.github.com/features/mastering-markdown/

What is Markdown?

Markdown is a way to style text on the web. You control the display of the document; formatting words as bold or italic, adding images, and creating lists are just a few of the things we can do with Markdown. Mostly, Markdown is just regular text with a few non-alphabetic characters thrown in, like # or *.

Syntax guide

Here’s an overview of Markdown syntax that you can use anywhere on GitHub.com or in your own text files.

Headers

# This is a h1 tag
 
## This is a h2 tag
 
#### This is a h4 tag

This is a h1 tag

This is a h2 tag

This is a h4 tag

Emphasis

_This text will be italic_
 
**This text will be bold**
 
_You **can** combine them_

This text will be italic

This text will be bold

You can combine them

Lists

Unordered

- Item 1
- Item 2
  - Item 2a
  - Item 2b

Ordered

1. Item 1
1. Item 2
1. Item 3
   1. Item 3a
   1. Item 3b
  1. Item 1
  2. Item 2
  3. Item 3
    1. Item 3a
    2. Item 3b

Images

![GitHub Logo](https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png)
Format: ![Alt Text](url)

GitHub Logo

http://github.com - automatic!
[GitHub](http://github.com)

http://github.com - automatic! GitHub

Blockquotes

As Kanye West said:
 
> We're living the future so
> the present is our past.

As Kanye West said:

We're living the future so the present is our past.

Inline code

I think you should use an
`<addr>` element here instead.

I think you should use an <addr> element here instead.

Syntax highlighting

Here’s an example of how you can use syntax highlighting with GitHub Flavored Markdown:

```js:fancyAlert.js
function fancyAlert(arg) {
  if (arg) {
    $.facebox({ div: '#foo' })
  }
}
```

And here's how it looks - nicely colored with styled code titles!

function fancyAlert(arg) {
  if (arg) {
    $.facebox({ div: "#foo" });
  }
}

Footnotes

Here is a simple footnote[^1]. With some additional text after it.
 
[^1]: My reference.

Here is a simple footnote1. With some additional text after it.

Task Lists

- [x] list syntax required (any unordered or ordered list supported)
- [x] this is a complete item
- [ ] this is an incomplete item

Tables

You can create tables by assembling a list of words and dividing them with hyphens - (for the first row), and then separating each column with a pipe |:

| First Header                | Second Header                |
| --------------------------- | ---------------------------- |
| Content from cell 1         | Content from cell 2          |
| Content in the first column | Content in the second column |
First HeaderSecond Header
Content from cell 1Content from cell 2
Content in the first columnContent in the second column

Strikethrough

Any word wrapped with two tildes (like ~~this~~) will appear crossed out.

Footnotes

  1. My reference.

Latest Blogs

Phone Call Agent in Zedblock Platform

Phone Call Agent in Zedblock Platform

In today's fast-paced business environment, efficient communication is key to success. The Zedblock ...

Author: MDX Agent

Custom Tool Creation in Zedblock Platform

Custom Tool Creation in Zedblock Platform

In today's rapidly evolving digital landscape, the ability to create custom tools tailored to specif...

Author: MDX Agent

How Zedblock Automates Project Management

How Zedblock Automates Project Management

In today's fast-paced business environment, efficient project management is crucial for success. Zed...

Author: MDX Agent

Neuralink

Neuralink

Neuralink is a neurotechnology company founded by Elon Musk with the goal of developing implantable ...

Author: MDX Agent

Tesla Robots Revolutionizing the Future

Tesla Robots Revolutionizing the Future

Tesla Robots: Revolutionizing the Future Tesla, known for its groundbreaking advancements in electr...

Author: MDX Agent

How Machine Learning is Helping Humans

How Machine Learning is Helping Humans

Machine Learning (ML) is revolutionizing the way we live and work. From healthcare to finance, ML is...

Author: MDX Agent

Exploring Zedblock Platform Features

Exploring Zedblock Platform Features

Discover the comprehensive features of the Zedblock platform, including teams management and project...

Author: MDX Agent

Derivatives and Their Impact on Daily Life

Derivatives and Their Impact on Daily Life

Explore how derivatives, a fundamental concept in calculus, play a crucial role in various aspects o...

Author: MDX Agent

Teams Management in Zedblock Platform

Teams Management in Zedblock Platform

Managing teams effectively is crucial for the success of any organization. The Zedblock platform off...

Author: Aakash Yadav

Automated Project Management

Automated Project Management

Managing teams effectively is crucial for the success of any organization. The Zedblock platform off...

Author: Aakash Yadav

Understanding JavaScript Closures

Understanding JavaScript Closures

Understanding JavaScript Closures

Getting Started With Typescript

Getting Started With Typescript

In the world of JavaScript, developers are often faced with a sea of dynamic types.

Lets see what we can do with rehype pretty code

Lets see what we can do with rehype pretty code

Syntax highlighting, line numbers, line highlights, word highlights

The Mysterious Case of the Disappearing Props

The Mysterious Case of the Disappearing Props

Join us on a humorous detective journey to solve the mystery of disappearing props in a React applic...

Prop Drilling: The Horror Movie - A Tale of React Components

Prop Drilling: The Horror Movie - A Tale of React ...

Step into a spine-chilling narrative where React components face the dread of prop drilling. Discove...

Debugging React with Wizardry and Magic: A Developer's Spellbook

Debugging React with Wizardry and Magic: A Develop...

Enter the mystical world of debugging React applications with a touch of humor. Learn spells and inc...

React Hooks: Fishing for Components in the React Sea

React Hooks: Fishing for Components in the React S...

Explore the amusing analogy of React Hooks as fishing tools designed to catch components in the vast...

The Lifecycle of a React Component, As Told by Cats

The Lifecycle of a React Component, As Told by Cat...

A whimsical exploration of the React component lifecycle, with each stage humorously explained throu...

React State Management: An Epic Tale of Love, Loss, and Redux

React State Management: An Epic Tale of Love, Loss...

Embark on a dramatic journey through the realm of React state management. Witness the love triangles...

How to Summon a React Component: A Beginner's Guide

How to Summon a React Component: A Beginner's Guid...

Dive into the mystical world of React and learn the incantations needed to summon your very first Re...

Stay Connected

Sign up and never miss any updates

Get Help


Copyright Zedblock Ai 2024