CSS `padding-top` and `padding-bottom` attributes are supported. This sets the `SpaceAfter` and `SpaceBefore` property on the `ParagraphFormat` object.
Hooks are now fired for `Format` operations as well, with extra arguments for the original operation and the range it encompasses.
1.0.5
Add support for more word fields in hyperlinks. The syntax is `<a href='CODE'>`. Currently only `FILENAME` is supported
1.0.4
Add support for text-alignment in paragraphs.
1.0.3
Add support for table cell text orientations through the css `writing-mode` property
1.0.0
Add support for inserting cross references. Use `<a href='!ref'>`. If the reference does not exist yet you will need to select the whole document and call Fields.Update() before saving.
Add a `wordinserter` CLI tool for quick prototyping