print-window-tiddler
Jeremy Ruston 2012-08-02 22:16:02 +01:00
rodzic 1f52b40cb6
commit 1110a972b8
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -219,11 +219,12 @@ See ImageWikiText for more details.
! HTML in WikiText
HTML tags can be used directly in WikiText. For example:
HTML tags and comments can be used directly in WikiText. For example:
{{{
<article class="hello">
This is my nice and simple block of text. HelloThere
<!-- This comment will not appear in the wikified output -->
</article>
}}}