7 lines
375 B
HTML
7 lines
375 B
HTML
|
{assign $url = 'http://daringfireball.net/projects/markdown/syntax'}
|
||
|
{blocktrans}
|
||
|
<p><strong>Instructions:</strong></p>
|
||
|
<p>The content of the page can use the <a href="{$url}">Markdown syntax</a>.</p>
|
||
|
<p>Website addresses are automatically linked and you can link to another page in the documentation using double square brackets like that [[AnotherPage]].</p>
|
||
|
{/blocktrans}
|