Here's a quick guide on using the shortcodes for the "Override policy" feature:
To create a new headline:
[h3] PUT STUFF HERE FOR A TITLE [/h3]
(this also creates a new section visually for people reading your policy)
* If you are wanting to use Header 2, you still list these 'h3' shortcodes, and then on the 'view embed code' page, make sure under 'advanced' that the checkbox is unselected for 'Use <h3> tags for headings instead of <h2> tags'
To create a paragraph
[p] PUT STUFF HERE FOR A NEW PARAGRAPH [/p]
To create a table:
[table class="table table-bordered"]
[thead]
[tr]
[th]COLUMN 1 TITLE of TABLE[/th]
[th]COLUMN 2 TITLE of TABLE[/th]
[/tr]
[/thead]
[tbody]
[tr]
[td]FIRST ENTRY NAME[/td]
[td]FIRST ENTRY - SECOND COLUMN HERE [/td]
[/tr]
[tr]
[td]SECOND ENRY NAME[/td]
[td]SECOND ENTRY - SECOND COLUMN HERE [/td]
[/tr]
[/tbody][/table]
To create a hyperlink:
[link]https://PUTLINKHERE.com/[/link]