Changes between Version 19 and Version 20 of NumberedHeadlinesPlugin


Ignore:
Timestamp:
Jan 18, 2012, 4:37:29 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Show html for last two examples.

Legend:

Unmodified
Added
Removed
Modified
  • NumberedHeadlinesPlugin

    v19 v20  
    172172}}}
    173173
    174 will lead to the following numbering:
    175 
    176 {{{
    177 1. First Chapter
    178 1.1. First Section
    179 1.5. Now Section Five
    180 1.6. Next Section
    181 2.5. Now Section Five in Chapter 2
    182 2.6. Next Section
    183 
    184 3. Next Chapter
    185 3.1 Section
     174will lead to the following:
     175
     176{{{
     177#!html
     178<div style="border: thin solid ; padding-left: 1cm; width: 30em">
     179
     180<h1 id="FirstChapter">1. First Chapter</h1><p>
     181</p>
     182<p>
     183</p><h2 id="FirstSection">1.1. First Section</h2><p>
     184</p>
     185<p>
     186</p><h2 id="NowSectionFive">1.5. Now Section Five</h2><p>
     187</p>
     188<p>
     189</p><h2 id="NextSection">1.6. Next Section</h2><p>
     190</p>
     191<p>
     192</p><h2 id="NowSectionFiveinChapter2">2.5. Now Section Five in Chapter 2</h2><p>
     193</p>
     194<p>
     195</p><h2 id="NextSection1">2.6. Next Section</h2><p>
     196</p>
     197<p>
     198</p><h1 id="NextChapter">3. Next Chapter</h1><p>
     199</p>
     200<p>
     201</p><h2 id="Section">3.1. Section</h2><p>
     202</p>
     203</div>
    186204}}}
    187205
     
    194212## Section ##
    195213}}}
    196 will be numbered as:
    197 {{{
    198 1.1 Section
    199 2.1 Section
     214will be displayed as:
     215{{{
     216#!html
     217<div style="border: thin solid ; padding-left: 1cm; width: 30em">
     218
     219<h2 id="Section">1.1. Section</h2><p>
     220</p>
     221<p>
     222</p><h2 id="Section1">2.1. Section</h2><p>
     223</p>
     224</div>
    200225}}}
    201226