mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -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)
15 lines
658 B
Text
15 lines
658 B
Text
A collection of template filters that implement common markup languages.
|
|
|
|
provides template filters that implement the following markup
|
|
languages:
|
|
|
|
* ``textile`` -- implements `Textile`_ -- requires `PyTextile`_
|
|
* ``markdown`` -- implements `Markdown`_ -- requires `Python-markdown`_
|
|
* ``commonmark`` -- implements `CommonMark`_ -- requires `CommonMark-py`_
|
|
* ``reStructuredText`` -- implements `reST (reStructuredText)`_
|
|
-- requires `docutils`_
|
|
|
|
In each case, the filter expects formatted markup as a string and
|
|
returns a string representing the marked-up text. For example, the
|
|
``textile`` filter converts text that is marked-up in Textile format
|
|
to HTML.
|