Template:ListItemContinue
From Avisynth wiki
style="margin-top:-2.5px; margin-left:1.5em"
- Purpose
- add a new paragraph in a bullet list, indented evenly with the list item above it.
- Syntax
- Use this template as the style attrribute of a <div> element
- Parameter 1 is the indentation in character-width (CSS em) units.
- (decimal values are allowed, but trailing spaces eg,
|1.5 }}
will create invalid CSS)
- Example code
* Item 1 <div {{ListItemContinue}} > More about Item 1 </div>
- Example output
- Item 1
More about Item 1, using {{ListItemContinue}}
- Item 1A
More about Item 1A, using {{ListItemContinue|3.5}}
- Item 2
More about Item 2, using {{ListItemContinue}}