~prataprc/eazytext/trunk

« back to all changes in this revision

Viewing changes to docs/skins.etx

  • Committer: Pratap Chakravarthy
  • Date: 2011-11-08 11:51:45 UTC
  • Revision ID: pratap@discoverzeta.com-20111108115145-xbjfrhtcqwgawnsi
* Added wiki-section using 'S*' markup. Initial version.
  Previously heading is considered as sections. Since <section> tag
  in HTML5 encapsulates content inside a section as children, a new markup
  is added to generate <section>
* Skin files updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
|  bold + emphasize + underline | strong.etmark > em > u
35
35
 
36
36
 
37
 
h4. Elements generated for heading (sections)
 
37
h4. Elements generated for heading
38
38
 
39
39
|= markup type                  |= CSS selector
40
40
|   first level section         | h1.etsec
42
42
|   third level sub-section     | h3.etsec
43
43
|   fourth level sub-section    | h4.etsec
44
44
|   fifth level sub-section     | h5.etsec
 
45
|   sixth level sub-section     | h6.etsec
45
46
|   anchor link                 | h1 a.etseclink, h2 a.etseclink, \
46
47
                                  h3 a.etseclink, h4 a.etseclink, \
47
 
                                  h5 a.etseclink 
 
48
                                  h5 a.etseclink, h6 a.etseclink 
 
49
 
 
50
h4. Elements generated for sections
 
51
 
 
52
|= markup type                  |= CSS selector
 
53
|   first level section         | section.etsec-1
 
54
|   second level sub-section    | section.etsec-2
 
55
|   third level sub-section     | section.etsec-3
 
56
|   fourth level sub-section    | section.etsec-4
 
57
|   fifth level sub-section     | section.etsec-5
 
58
|   sixth level sub-section     | section.etsec-6
48
59
 
49
60
h4. Table elements
50
61