My note contains the following code:
A sample cover page
| Label | Information | |
|---|---|---|
| Title | Data Retention Policy | |
| Purpose | Policy for Handling Personal Information | |
| Authors | Malcolm Fitzgerald | |
| Contains Personal Data | No | |
| Acquisition Date | 24th November 2023 | |
| Archive Until | No limit | |
| Date of Disposal | N/A | |
| Form of Disposal | Dispose |
Here in the forum it displays nicely. In Notenik, and in the web page that is produced, there is a large gap between “A sample cover page” and the table. The gap is generated by five line breaks “<br>” which are inserted between the description and the table.
This may be a rendering bug in Notenik. Is there anything that I could be doing to cause this problem to occur?
Edit: I thought I could delete the <br> from the html output. When I open the web page using the browser Inspector I see the five <br>. However, when I look at the source code, there are no <br>. It is simply </p><table>. Very odd!