Testing the Jekyll posting
It works!
So the above text used ## at the start which is the equivalent of <h2> tags I think </h2>
This is a test post. Because I set the layout to post, Jekyll will take this text and inject it into the `` area of my post.html file.
- I can use Markdown here.
- Started the line with
*and it created a form of list - It’s faster than writing HTML and copy pasting the template each time, and nice to get some practice.
I’ll leave this here as a sort template/reference on what the markdown will look like on the site.
Yeah I can look up the Markdown syntax online pretty easily and it’s not all that complicated.
I’ve used LaTeX to make my CV so I’ve practiced with markup languages before. But I want to know how it will look on the page and this is as good a reference as any.
Using \ works as a line break as well.