Markdown Cheatsheet

Separate every paragraph/section of text with enter. Suppose you want to create bolding use bolding. The italic text requires a "_" symbol.

It works great with the Grammarly Chrome Extension - this is for people who don't know English language well as me 🤝.

To dive deeper through editor features watch the following Video on our YouTube channel.

How to add inline code?

To add inline code use the"`" symbol to wrap concrete text. For example:

const a = 5. Remember to use escape characters like "/" to type symbols that are used for markdown creation.

Additional information

We're supporting most of the Markdown tags, however, some of them may not work correctly. In this case, remember to inform us on our LinkedIn profile or Discord channel.

How to create a table?

TablesAreCool
col 3 isright-aligned$1600
col 2 iscentered$12
zebra stripesare neat$1

How to add a block quote?

That's the additional information to display in the block quote.

How to create a code snippet?

The code snippet in JavaScript.

const a = 5;
const b = 10;

const add = () => {
   return a + b;
}

How to add an image or links?

Alt of image 4Markdown - Online Markdown Editor

If you enjoyed this editor

Like our LinkedIn profile or join Discord channel. In addition, we're working on other applications and we have an education platform that creates content for free - GreenOn Software!

Thanks for using our editor!

Any suggestions, comments, or ideas for improvement? Feel free to join our Discord or add info on LinkedIn profile. If you want to contribute, here you have a repository: 4Markdown repository.