Markdown editor

Other tools

Spin the wheel{$ ',' | translate $} Timer{$ ',' | translate $} Unit converter{$ ',' | translate $} Coin flipper{$ ',' | translate $} Random number generator{$ ',' | translate $} Dice roller{$ ',' | translate $} BMI calculator{$ ',' | translate $} Calorie calculator{$ ',' | translate $} BMR calculator{$ ',' | translate $} Body fat calculator{$ ',' | translate $} TDEE calculator{$ ',' | translate $} Tabata timer{$ ',' | translate $} Percentage calculator{$ ',' | translate $} QR code generator{$ ',' | translate $} Password generator{$ ',' | translate $} Reaction time test{$ ',' | translate $} Typing speed test{$ ',' | translate $} CPS test{$ ',' | translate $} Word counter{$ ',' | translate $} Case converter{$ ',' | translate $} Text compare{$ ',' | translate $} Mortgage calculator{$ ',' | translate $} Loan calculator{$ ',' | translate $} Auto loan calculator{$ ',' | translate $} VAT calculator{$ ',' | translate $} Compound interest calculator{$ ',' | translate $} Salary calculator{$ ',' | translate $} Virtual piano{$ ',' | translate $} Background noise generator{$ ',' | translate $} Metronome{$ ',' | translate $} Discount calculator{$ ',' | translate $} Current week number{$ ',' | translate $} Tip calculator{$ ',' | translate $} Time calculator{$ ',' | translate $} Date calculator{$ ',' | translate $} Age calculator{$ ',' | translate $} Currency converter{$ ',' | translate $} Sleep calculator{$ ',' | translate $} Moon phases{$ ',' | translate $} Color palette generator{$ ',' | translate $} Color picker{$ ',' | translate $} Color scheme generator{$ ',' | translate $} Ring size calculator{$ ',' | translate $} Clothing size calculator{$ ',' | translate $} Shoe size calculator{$ ',' | translate $} Bra size calculator{$ ',' | translate $} Ovulation calculator{$ ',' | translate $} Due date calculator{$ ',' | translate $} Zodiac signs{$ ',' | translate $} IQ test{$ ',' | translate $} Emoji{$ ',' | translate $} Stopwatch{$ ',' | translate $} Countdown{$ ',' | translate $} Alarm clock{$ ',' | translate $} Subnet calculator{$ ',' | translate $} Internet speed test{$ ',' | translate $} IP address{$ ',' | translate $} UUID generator{$ ',' | translate $} Base64 converter{$ ',' | translate $} MD5 hash generator{$ ',' | translate $} Lorem Ipsum generator{$ ',' | translate $} Pomodoro timer

Markdown editor

Markdown editor

Markdown is a lightweight markup language designed for writing, reading, designing web texts.

History of Markdown

For a long time, HTML was the standard markup language on the web. It is difficult to read its code - tags and service information interfere. HTML was created to describe hypertext documents, the first HTML pages contained only text, headings, tables and very few links. Gradually, sites became more complicated, design, menus, navigation, pictures, tables appeared.

In 2004, American technology blogger John Gruber and programmer Aaron Schwartz invented Markdown. The authors of the language borrowed many ideas from already existing conventions for marking up text in electronic messages. In Markdown format, the text is converted to valid and well-formed XHTML, angle brackets (<) and ampersands (&) are replaced with the appropriate codes. The first implementation was written by Gruber in Perl, and proposals from other developers soon followed. Implementations of Markdown in various programming languages ​​are available in many content management systems.

A simple, simplified markup language, Markdown, has been in active use for many years. It has become an alternative to visual editors, since Markdown-processed texts do not need long cleaning and refining. Markdown is characterized by readability, and the lack of typography is compensated by the SmartyPants filter from the same developer. Decorated texts can be created even in txt format. As a result, you get ready-made documents with good markup.

Markdown editor

Markdown editor

The Markdown markup language is readily used by bloggers, writers, editors and journalists. The convenience and simplicity of the service is appreciated by all people working with texts.

Pros and cons of Markdown

Benefits

  • Universality. Documents can be created in txt format, such files can be opened in any editor and on any platform.
  • Easy. Even if you have never used Markdown before, it will take you about 10 minutes to master this language. It's very simple - see for yourself.
  • Great set of tools. You can work with online, mobile or desktop tools. The choice is wide enough to satisfy the tastes of aesthetes, geeks and writers.
  • Convertibility. Markdown files can be easily transferred to pdf, doc, odt formats with formatting preserved.

Disadvantages

  • You can't use beautiful fonts in documents. You'll need additional tools for full page layout.
  • You have to remember a few rules and special characters. Violation of the conditions leads to changes in formatting.

Markdown Reference

Basic syntax

Markdown text processing uses a set of characters to be inserted before and/or after words and phrases.

  • Headings (h1–h6) — "#". The hash is needed when designing headers. The heading level depends on the number of bars. In total, six levels are allowed and, accordingly, #.
  • Simple text formatting is "*" or "_". Asterisks and underscores are used to make text italic or bold. For example, one "*" or "_" is italic, two characters are bold, three characters are bold italic.
  • Quotes are ">". Place a > in front of each line of a quote.
  • Numbered and Bulleted Lists—"-", "+", or a number. Precede each item with a hyphen, plus, or number followed by a dot. Mixed lists are formed with one press of Tab or two presses of the spacebar.
  • Horizontal lines are "*", "-" or "_". Type one of these characters three or more times to insert a horizontal line into your document. If there is text on the line above, it will become the first level heading. Typically a line is used to separate large chunks of text.
  • Links and images. It's done like this: [link title](link itself). To insert an image, put "!": ![image caption](link to image). Links to pictures can be from the Internet or from a hard drive. In this case, the signature can be omitted.
  • Escaping characters - "\". If you need to insert a character related to Markdown syntax into text and avoid formatting, you must precede the technical character with a backslash - "\".

Extended syntax

Editors that support GFM (GitHub Flavored Markdown) use more complex elements.

  • Strikethrough text: double tildes "~~" at the beginning and end of the text.
  • Tables: "|" and "-", as well as ":" to align the contents of the cells.
  • Todo lists: [ ] failed task, [X] completed task.
  • Emoji: corresponding code in colons (:kissing_heart:).
  • Code: "`" (gravis) on both sides. "```" is a block of code (or four spaces at the beginning of each line).

Markdown is definitely a useful tool. With it, you can organize notes, quickly design and publish blogs, create shopping lists and work tasks, format texts in some instant messengers. In all cases, working with texts is much easier if you have Markdown.