My First Post

Header1

Header2

Header3

Header4

Header5

this is a test of the usual markdown stuff

  • italic
  • bold
  • blah

Inline code example print(i) for i in range(5)

Path: ~/random/foobar.py
1for i in range(15):
2    out = ''
3    if i % 2 == 0:
4        out += 'foo'
5    if i % 5 == 0:
6        out += 'bar'
7    if out:
8        print(out)
num content
1 row 1
2 row 2

Tabbed over version


1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4
1 2 3 4
L i n u x A D C F n e e e d b n d r i t o o a U M o r i n b i s a d u n n t t L K X X u u u u u b b b b u u u u n n n n t t t t u u u u

Note: The following spaces == size. Less = Bigger

https://dongheenam.info/posts/syntax-highlighting-with-chroma-in-hugo/

Post:
1/2
comments powered by Disqus