2012-12-13 21:34:31 +00:00
title: $:/templates/NewPageTemplate
\define coolmacro(p:ridiculously) This is my $p$ cool macro!
\define me(one two)
some<br>thing
2012-12-20 17:03:41 +00:00
New paragraph
2012-12-13 21:34:31 +00:00
\end
\define another(first:default second third:default3) that is
2012-12-22 23:10:06 +00:00
@@.something
@@background-color:green;
2012-12-13 21:34:31 +00:00
* This
*.disabled Is a
* List!!
2012-12-20 17:03:41 +00:00
<<me red green>>
Inline macro call: <<me red green>>
2012-12-15 11:39:42 +00:00
|table|k
| this | is | a | table |
| yes | indeed |>| it is |
2012-12-20 17:19:28 +00:00
{{Acknowledgements|with a tooltip}width:40;height:50;background-color:red;}.one
2012-12-15 17:35:45 +00:00
2012-12-20 15:07:38 +00:00
And this is an inline transclusion {{Acknowledgements}width:40;height:50;}.one
2012-12-15 17:35:45 +00:00
---
2012-12-15 11:39:42 +00:00
2012-12-22 23:10:06 +00:00
```
2012-12-15 11:39:42 +00:00
Some monospaced
2012-12-22 23:10:06 +00:00
```
2012-12-15 11:39:42 +00:00
2012-12-22 23:10:06 +00:00
This is a @@.myClass normal@@ para and @@background-color:red; one@@ `with` so<!--and a comment-->me `code` blocks -- and both kinds of dashes --- just for the fun of it. And ''some bold'' text and //italics//, ^^superscript^^ and ,,subscript,, and even some __underlined text__. Oh a ~~strikethrough~~.
2012-12-15 11:39:42 +00:00
some text ~~strike start -- ndash --- mdash strike end~~ -> nok
2012-12-22 23:10:06 +00:00
@@
2012-12-15 11:39:42 +00:00
<!--This is another comment-->
2012-12-13 21:34:31 +00:00
<_navigator story="$:/StoryList" history="$:/HistoryList">
<_link to="JeremyRuston" hover="HelloThere">
Go to it!
</_link>
! Heading1
!!.myclass Heading2
!!! Heading3
!!!! Heading4
<div class="container">
<div class="row">
<div class="span10">
<_list filter="[list[$:/StoryList]]" history="$:/HistoryList" template="$:/templates/NewViewTemplate" editTemplate="$:/templates/EditTemplate" listview=classic itemClass="tw-tiddler-frame"/>
</div>
</div>
</div>
</_navigator>