POST TEST

upload shell script test @ 4

HTML Escape

<
<
&gt;
>
&#92;
\
&#47;
/
&amp;
&
&#123;
{
&#125;
}
<table border=1 width="200px">
<tr><td width="100px"><center></center></td><td><center></center></td></tr>
<tr><td><center></center></td><td><center></center></td></tr>
<tr><td><center></center></td><td><center></center></td></tr>
<tr><td><center></center></td><td><center></center></td></tr>
</table>


Small Font Size

<font size = 0.8em>Small Font Size</font>


figure (image)

{{< figure src="/images/vim_icon.png" title="Vim icon" >}}

Vim Icon

pygments sample

< highlight html "noclasses=False" >
< highlight python "linenos=table, hl_lines=2 3" >
    <pygments sample>TEST</sample>
< /highlight >


highlight python “linenos=table, hl_lines=2 3”

1
2
3
4
5
6
7
8
<section id="main">
  <div>
    <h1 id="title">{{ .Title }}</h1>
    {{ range .Data.Pages }}
      {{ .Render "summary"}}
    {{ end }}
  </div>
</section>


highlight python “linenos=inline, hl_lines=2 3”

1 <section id="main">
2   <div>
3     <h1 id="title">{{ .Title }}</h1>
4     {{ range .Data.Pages }}
5       {{ .Render "summary"}}
6     {{ end }}
7   </div>
8 </section>



Home >> POST TEST