mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 07:15:48 +00:00
More docs updates
This commit is contained in:
@@ -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.
|
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(){
|
(function(){
|
||||||
|
|
||||||
|
|||||||
@@ -31,6 +31,14 @@ Note that lists can be nested arbitrarily:
|
|||||||
## Nine
|
## 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(){
|
(function(){
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user