diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2014-02-12 16:08:12 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2014-02-12 16:08:12 +0100 |
commit | b97498df2c679429750141588626a170bd6390f1 (patch) | |
tree | 823c4b5d42b952c5d034d256e2183453565d22c7 /demos/quickstart/protected/pages/Controls/Standard.page | |
parent | 5abbbca5332a4e5f9b8e5fb24a45611df9b874e2 (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>
|