summaryrefslogtreecommitdiff
path: root/pear/Text/Wiki/Render/Latex/Freelink.php
blob: fdeae54f07ba579d837712fc074f0cfcfc0021bd (plain)
1
2
3
4
5
6
<?php

class Text_Wiki_Render_Latex_Freelink extends Text_Wiki_Render_Latex_Wikilink {
    // renders identically to wikilinks, only the parsing is different :-)    
}
?>