octave: HTML Markup

 
 11.10.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>