Package DE_EPAGES::TLE::API::WikiFormatter
This handler supports the following formats:
- [wiki2html] - convert Wiki syntaxt to HTML
Example |
#Local("Text", "-- headline --") #Text[wiki2html] => <h2>headline</h2> #ENDLOCAL |
This handler supports the following formats:
Example |
#Local("Text", "-- headline --") #Text[wiki2html] => <h2>headline</h2> #ENDLOCAL |