diff --git a/README.md b/README.md index 0213795..e6b7466 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,19 @@ How to use it: text: Some text, HTML is allowed. ``` +#### Paragraph + +This display a h2 title followed by text. HTML is allowed inside of the text. +If not title is declared, a separator is added. + +How to use it: + +```yaml + - type: paragraph + title: the title + text: Some text, HTML is allowed. +``` + #### Panorama This display a very large pictures with a drag and drop posibility on it.