Compose tips
You can use the <go> tags just like the <a>. The url will be rewritten to in internal URL that will eventually redirect the user to the given url. Depending on the settings the url will contain an identifying label constructed from the provided url. Alternatively you can provide a label by means of the "title" argument.
For example:
<go href="http://example.org/some/page">Some page example</go>
produces:<a href="go/example.com/some/page">Some page example</a>
Or like this:<go href="http://example.com/some/page" title="Some page">Some page example</go>
produces:<a href="go/some_page" title="Some page">Some page example</a>
- Web page addresses and e-mail addresses turn into links automatically.
- HTML-теги запрещены
- Строки и параграфы распознаются автоматически. Теги разрыва строки <br />, параграфа <p> и закрытия параграфа </p> вставляются автоматически. Если параграф не распознан, просто добавьте одну или несколько пустых строк.
