This is an old version of the Octave manual. Find the latest version at: https://docs.octave.org/latest.

11.11.2.12 HTML Markup ΒΆ

If the published output is a HTML report, you can insert HTML markup, that is only visible in this kind of output.

##
# <html>
# <table style="border:1px solid black;">
# <tr><td>1</td><td>2</td></tr>
# <tr><td>3</td><td>3</td></tr>
# </html>