More docs updates

print-window-tiddler
Jeremy Ruston 2012-06-06 10:15:20 +01:00
rodzic a318ad77cd
commit 31257489a7
3 zmienionych plików z 21 dodań i 7 usunięć

Wyświetl plik

@ -17,6 +17,12 @@ Wiki text block rule for headings. For example:
The bang `!` must be the first thing on the line. Any white space before the text of the heading is ignored.
A CSS can be applied to the heading as follows:
{{{
!{{myClass}} This heading will have the class `myClass`
}}}
\*/
(function(){

Wyświetl plik

@ -31,6 +31,14 @@ Note that lists can be nested arbitrarily:
## Nine
}}}
A CSS class can be applied to a list item as follows:
{{{
* List item one
*{{active}} List item two has the class `active`
* List item three
}}}
\*/
(function(){

File diff suppressed because one or more lines are too long