How to Use Markdown | WIRED

Spread the love

Whether you are posting Opened Reddit, DisagreementOr PomegranateThere is only one way to add formatting: Markdown. If you want to add a link, you want to bold some text, or even divide the text into paragraphs, you need to know the main topics of this text-based formatting system.

That word is awesome? Believe it, not it. Markdown has a few rules to format the way you want and you only need to learn the rules of the formatting you use.

Let’s take the general rules, talk about why MarDown is effective, then take a look at some of the resources that you can use to go more with MarDown.

Markdown Basics

Markdown is a way to apply a rich formatting in plaintext by adding certain characters to it. On platforms like Discord or Reddit, where messages are short and relatively easy, you just need to learn a few basics:

  • From italicize Text, put an asterisk before and after it, *like this *
  • From Brave Text, keep two stars before and after, like ** of **
  • In order to include a link, the text of the link is immediately followed by friends in squares brackets, [Like this](https://justinpot.com/)
  • To add an image, start with a wonderful point with the square brackets containing the image details and the linked brackets of an image file![Like this](https://justinpot.com/wp-content/uploads/2024/07/ima_02D2BC6.jpg)
  • To start a new paragraph, hit the enter twice, so that there is a clear line between the current line of the text and the next one.

The above five tips are high enough for things like Reddit and Discord. Although you are typing in the code, when your post is published, what you see is complete with Rich-Text formatting, links and images.

If you are using Marxdown to write the entire documents, you will need some document-specific tool. Here are the originals:

  • To create a title (like the “Markdown of Basics” described above in this article) start a line of text with a pound mark, like # like #.
  • To create small titles, use more pound marks, like it for ## H2 or ### H3, and more. The more you add the pound mark, the lower the text in your title.
  • To create a bullet list, simply start a line of text with a star and then like *. You can add as much as the bullet lines you want on your list.
  • To indent a list item, place a tab before the star. To make more indents, add more tabs.
  • To create a numbered list, start a line of text with a number and a period, like 1.
  • To indent the item to a numbered list, add a tab before the number. To make more indents, add more tabs.
  • To add a block quote to your document, just start a link to the text with “greater than that” mark, like>.

It covers most of what you need to know for writing a document in Markdown. If you are confused about how you look at this formatting, it helps to play around and see the results around. A great website to do this MarkDownLivePEPE.comThe The left panel shows the markdown when the right side shows what it will look like. Try different things there for a while and you will feel much more comfortable.

Why use Markdown at all?

This may ask you: Why are sites forced to learn some mysterious ways to format text? And the answer is that this system, even at first, is a bit confused, but once you get used to it is very straight and clear.

Most people are accustomed to writing on a computer using equipment like Microsoft Word or Google Dox. There are both word processors, which means they are built for presenting a printed page on your screen. Both of them are called “What you see” is the editor – or the Wiswwig editor – meaning formatting is displayed directly on the screen. If you make some text brave, you see it as Bold on screen; If you add a link you will see the link to the link is underlined and it turns as blue as it turns on a web page. The text looks itself, where the bolding starts and ends or the link is not a way to say what the destination of the link is.

It may seem to be intuitive and it is fair to say it is simplicity. However, the simplicity is possible by the code that the user does not see and the code is hidden behind the screen can be confusing in some ways. Anyone has tried to add a few words at the end of a link or just after a link, they know that this ambiguity can be frustrating – you will accidentally make the link longer than your will, or add the opposite and add the text that is not linked. This does not happen when writing in Markdown because you clearly see that all the layout is beginning and end.

Markdown files are also proof of the future. Since all the text format, linking and document structure is written on the schema plaintext, a format that has not changed in decades and not owned by a company, you can be properly confirmed that anyone who finds a mardeown file in 50 years is going to realize it. Microsoft cannot say the same about office filesThe

Leave a Reply

Your email address will not be published. Required fields are marked *