Skip to content

Commit

Permalink
Merge pull request #195 from kunizial/patch-1
Browse files Browse the repository at this point in the history
Update numbering.md
  • Loading branch information
dolanmiu authored Nov 8, 2018
2 parents 401ef73 + 8040a45 commit 494a32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/numbering.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ abstractNum.createLevel(0, "upperRoman", "%1", "start").addParagraphProperty(new
abstractNum.createLevel(1, "decimal", "%2.", "start").addParagraphProperty(new Indent(1440, 980));
abstractNum.createLevel(2, "lowerLetter", "%3)", "start").addParagraphProperty(new Indent(2160, 1700));

const concrete = numbering.createConcreteNumbering(numberedAbstract);
const concrete = numbering.createConcreteNumbering(abstractNum);
```

You can then apply your concrete style to paragraphs using their
Expand Down

0 comments on commit 494a32d

Please sign in to comment.