UP | HOME
Bhishma

Bhishmaraj S

Sample Post
Published on Feb 05, 2020 by Bhishmaraj S.

Table of Contents

This is in Italic and this is bold and this is how underlined looks. We can also use verbatim or code. Use strikethrough if needed.1, 2

HTML snippet:

<html>
  <h1></h1>
</html>

Python snippet with line numbers:

 1: from contextlib import contextmanager
 2: 
 3: @contextmanager
 4: def tag(name):
 5:     print("<%s>" % name)
 6:     yield
 7:     print("</%s>" % name)
 8: 
 9: with tag("h1"):
10:     print("foo")

Emacs Lisp snippet

(message "foo-bar")

Github Gist:

Gitlab Snippet

Center aligned image with no border:

Spring19-fan-of-fsf.png

Image with Black border:

Spring19-fan-of-fsf.png

Image with spaced border:

Spring19-fan-of-fsf.png

Image with rounded corners:

Spring19-fan-of-fsf.png

Image with rounded corners and border:

Spring19-fan-of-fsf.png

Image with Caption:

Spring19-fan-of-fsf.png

Figure 1: Fan of FSF

Image with 40% width:

Spring19-fan-of-fsf.png

Table:

Specs  
Brand Vostok
Class Amphibia
Model 670927
Movement 2415
Winding Manual + Automatic
Jewels 31
Power reserve < 33 hrs.
WR 20 ATM
Dial 41mm
Lug width 20mm
Strap material Silicon
Dial material Steel
Dial shape Round
Bezel (smooth)Rotating

Footnotes:

1

Visit The Org Manual for more detail.

2

It’s easy to publish org-mode pages via GitLab CI and Pages.