README.md in sablon-0.0.13 vs README.md in sablon-0.0.14
- old
+ new
@@ -133,10 +133,11 @@
For headings and lists to function properly it is necessary that the template
defines specific styles. Headings use styles called `Heading1`, `Heading2`,
etc. according to the header level. Ordered lists will use the style
`ListNumber` and unordered lists use `ListBullet`. Nested lists are not
-supported.
+supported. Normal text paragraphs use the style `Paragraph`. It's not necessary
+to have that style in the template. Word will fall back to using the `Normal` style.
IMPORTANT: This feature is very much *experimental*. Currently, the insertion
will replace the containing paragraph. This means that other content in the same
paragraph is discarded.