{% macro related_artifacts(artifact) -%} {% set related_artifacts = artifact.related_artifacts() %} {% if related_artifacts %}
{% for related in related_artifacts %}
{{related.type_s}}: {{related.link_text()}}
{% endfor %}
SourceForge uses markdown syntax everywhere to allow you to create rich
text markup, and extends markdown in several ways to allow for quick linking
to other artifacts in your project.
Markdown was created to be easy to read, easy to write, and still readable in plain text format.