Code Highlight With Line Numbers

test, jekyll

Code Highlight With Line Numbers #

Here is test code

# This is python code
print("Hello Jekyll!")

# Basic
a = 1
b = 1
c = a + b

for i in range(0,9):
    print(c + i)