Markdown vs markup - are they related?

前端 未结 5 407
南方客
南方客 2020-12-22 16:04

I\'m using markdown to edit this question right now. In some wikis I used wiki markup. Are they the same thing? Are they related? Please explain. If I want to implement one

5条回答
  •  时光说笑
    2020-12-22 16:31

    • Markup is a generic term for a language that describes a document's formatting
    • Markdown is a specific markup library: http://daringfireball.net/projects/markdown/
      These days the term is more commonly used to refer to markup languages that mimic the style of the library. See: https://en.wikipedia.org/wiki/Markdown

提交回复
热议问题