{% extends "page_admin/markup_help_base.html" %} {% block content %}{{ block.super }}
headlines are introduced with 'h1.':
(Important: one blank line under the headline!)
I am a small word with <small> tag.
This is a fat word with <strong> tag.
To create html links use this pattern:
a http link to domain.dtl
a internal link root page.
This is a link, too: link text
The old pattern works too, but we prefere the new syntax!
a http link to domain.dtl
This is a link, too: link text
A link with a shortcut: PageName goes to the cms page.
All inserted urls would be converted to links
http://domain.dtl
ftp://domain.dtl
name@domain.dtl
You can make <ul> liste with "*" and <ol> list with "#".
Note: You can't mixed this list types ;)
normal list:
numbered list:
You can create a html image tag with a exclamation mark ("!") character.
Surround a url to the picture with a "!".
!/pics/no link for spaces in filenames.jpg!
Put sourcecode between <python> tag. Note: The start and end tag must be located alone in a line!
With the <code=ext> Tag you can highlight everything, which offers Pygments.
'ext' is the file extension.
The escape character are two equals sign ("=="). Text inner two "="-characters would be escaped.
It goes also within a flow text:
Here ist no Link: ==<a href="URL">txt</a>== nice?
You can use the <pre> tag. tinyTextile ingnore the Markup in the area.
h2. Not a textile headlinehand made h3 headline with html tags
* This is not a... * ...textile list
tinyTextile only supports very basic table syntax, with no alignment. It's only for simple table like phone lists etc.
There is a notion for headings and forced line breaks.
Heading Col 1 | Heading Col 2 |
---|---|
Cell 1.1 | 2 lines in Cell 1.2 |
Cell 2.1 | Cell 2.2 |
You can insert any HTML code directy in you page. tinyTextile ingnore it.