Difference between revisions of "Markdown"

From Parallel Library Services
Jump to navigation Jump to search
(Created page with "https://daringfireball.net/projects/markdown Markdown is a lightweight text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-...")
 
Line 1: Line 1:
https://daringfireball.net/projects/markdown
https://daringfireball.net/projects/markdown


Markdown is a lightweight text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).
Markdown allows you to write using an easy-to-read, easy-to-write plain text markup language format. It is often used as a lightweight text-to-HTML conversion tool for web writers.


Thus, “Markdown” is two things: (1) a plain text formatting syntax; and (2) a software tool, written in Perl, that converts the plain text formatting to HTML.
Markdown's [https://daringfireball.net/projects/markdown/syntax syntax] is relatively easy to learn and apply, and gives structure to documents that is easily converted to structurally valid XHTML (or HTML).


[[Category: Glossary]]
[[Category: Glossary]]
[[Category: Tools]]
[[Category: Tools]]

Revision as of 14:47, 11 October 2021

https://daringfireball.net/projects/markdown

Markdown allows you to write using an easy-to-read, easy-to-write plain text markup language format. It is often used as a lightweight text-to-HTML conversion tool for web writers.

Markdown's syntax is relatively easy to learn and apply, and gives structure to documents that is easily converted to structurally valid XHTML (or HTML).