Answers for "complete markdown guide"

7

italics markdown

# Italic
An example of *italic* text
An example of *italic* text

# Bold
An example of **bold text**
An example of __bold text__

# Bold and Italic
An example of ***bold and italic text***
An example of ___bold and italic text___
Posted by: Guest on October-03-2020
5

markdown

Markdown is a lightweight markup language with plain-text-formatting syntax,
created in 2004 by John Gruber and Aaron Swartz.
Markdown is often used for formatting readme files,
for writing messages in online discussion forums, 
and to create rich text using a plain text editor.
Posted by: Guest on November-06-2020

Browse Popular Code Answers by Language