2010-09-02 14:46:15 +02:00
{assign $eurl = 'http://michelf.com/projects/php-markdown/extra/'}
{assign $burl = 'http://daringfireball.net/projects/markdown/syntax'}
2008-11-22 23:51:23 +01:00
{blocktrans}
< p > < strong > Instructions:< / strong > < / p >
2010-09-02 14:46:15 +02:00
< p > The content of the page can use the < a href = "{$burl}" > Markdown syntax< / a > with the < a href = "{$eurl}" > < em > Extra< / em > extension< / a > .< / p >
2008-11-22 23:51:23 +01:00
< p > Website addresses are automatically linked and you can link to another page in the documentation using double square brackets like that [[AnotherPage]].< / p >
2010-09-02 14:46:15 +02:00
< p > To directly include a file content from the repository, embrace its path with triple square brackets: [[[path/to/file.txt]]].< / p >
2008-11-22 23:51:23 +01:00
{/blocktrans}