mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
12 lines
653 B
Text
12 lines
653 B
Text
Markdown is a text-to-HTML filter; it translates an easy-to-read and
|
|
easy-to-write structured text format into HTML. Markdown's text format
|
|
is most similar to that of plain text email, and supports features such
|
|
as headers, *emphasis*, code blocks, blockquotes, and links.
|
|
|
|
Markdown's syntax is designed not as a generic markup language, but
|
|
specifically to serve as a front-end to (X)HTML. You can use span-level
|
|
HTML tags anywhere in a Markdown document, and you can use block level
|
|
HTML tags (like <div> and <table> as well).
|
|
|
|
Text::MultiMarkdown implements the MultiMarkdown markdown syntax
|
|
extensions from: http://fletcherpenney.net/multimarkdown/
|