Difference between revisions of "Markdown"

From Parallel Library Services
Jump to navigation Jump to search
 
Line 1: Line 1:
https://daringfireball.net/projects/markdown
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 allows you to write using an easy-to-read, easy-to-write [[Markup language|markup language]] that is saved in [[Plain text|plain text]] format. It is often used as a lightweight text-to-HTML conversion tool for web writers.


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).
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: Tools]]
[[Category: Tools]]

Latest revision as of 13:48, 11 October 2021

https://daringfireball.net/projects/markdown

Markdown allows you to write using an easy-to-read, easy-to-write markup language that is saved in plain text 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).