diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2014-02-12 16:08:12 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2014-08-23 12:41:45 +0200 |
commit | 8e4409a70876175ba8dc54e1a084c37a7861bfbf (patch) | |
tree | a7a2360f4d9442b24011a0f68919f17ee65c0eaa /demos/quickstart/protected/pages/Controls/Standard.page | |
parent | aee7d6426cf1970308038dd032548c1efebd2f6e (diff) |
Added quickstart doc for TMarkdown
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Standard.page')
-rwxr-xr-x | demos/quickstart/protected/pages/Controls/Standard.page | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Standard.page b/demos/quickstart/protected/pages/Controls/Standard.page index bac51351..43fecfb3 100755 --- a/demos/quickstart/protected/pages/Controls/Standard.page +++ b/demos/quickstart/protected/pages/Controls/Standard.page @@ -106,6 +106,10 @@ </li>
<li>
+ <a href="?page=Controls.Markdown">TMarkdown</a> formats its body content following the <a href="http://www.wikipedia.org/wiki/Markdown">Markdown</a> syntax.
+ </li>
+
+ <li>
<a href="?page=Controls.MultiView">TMultiView</a> represents a container for a group of <tt>TView</tt> controls, each of which is container for other controls. At any time, at most one <tt>TView</tt> is visible.
</li>
|