mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
More docs updates
This commit is contained in:
parent
a318ad77cd
commit
31257489a7
@ -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(){
|
||||
|
||||
|
@ -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(){
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user