1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00

More docs updates

This commit is contained in:
Jeremy Ruston 2012-06-06 10:15:20 +01:00
parent a318ad77cd
commit 31257489a7
3 changed files with 21 additions and 7 deletions

View File

@ -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(){

View File

@ -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