Skip to content
Snippets Groups Projects
  • Peter Mosses's avatar
    1ecc3d08
    Show how to break an ol (#856) · 1ecc3d08
    Peter Mosses authored
    * Show how to break an ol
    
    Close #750
    
    The theme uses CSS counters for ordered lists.
    So to continue the numbering of an ordered list after a break,
    use `style="counter-reset:none"` instead of `start="42"`.
    Add the example from #750 to `docs/index-test.md` to test.
    
    * Show how to start from 42
    
    Close #750
    
    The theme uses CSS counters for ordered lists.
    To start the numbering of an ordered list with 42,
    use `{:style="counter-reset:step-counter 41"}` instead of `start="42"`.
    
    Add the example from #750 to `docs/index-test.md` to test.
    1ecc3d08
    History
    Show how to break an ol (#856)
    Peter Mosses authored
    * Show how to break an ol
    
    Close #750
    
    The theme uses CSS counters for ordered lists.
    So to continue the numbering of an ordered list after a break,
    use `style="counter-reset:none"` instead of `start="42"`.
    Add the example from #750 to `docs/index-test.md` to test.
    
    * Show how to start from 42
    
    Close #750
    
    The theme uses CSS counters for ordered lists.
    To start the numbering of an ordered list with 42,
    use `{:style="counter-reset:step-counter 41"}` instead of `start="42"`.
    
    Add the example from #750 to `docs/index-test.md` to test.