mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-24 02:27:19 +00:00
Docs update
This commit is contained in:
parent
1f52b40cb6
commit
1110a972b8
@ -219,11 +219,12 @@ See ImageWikiText for more details.
|
|||||||
|
|
||||||
! HTML in WikiText
|
! 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">
|
<article class="hello">
|
||||||
This is my nice and simple block of text. HelloThere
|
This is my nice and simple block of text. HelloThere
|
||||||
|
<!-- This comment will not appear in the wikified output -->
|
||||||
</article>
|
</article>
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user