Notes

I keep my notes in this section of the website. This contains content such as cheatsheets, that is not well suited for blog posts, and any other information that I expect to need in the future.

In this top page, in particular, I will keep information on markdown syntax that I tend to forget more easily.

Markdown

* Link to Google: <https://www.google.com>
* [Inline-style link to Google](https://www.google.com)
* [Inline-style link to Google with title](https://www.google.com "Google's Homepage")
* Fact backed by reference [[1][case-insensitive reference text]]
* [Reference-style link to Google][1]
* Using the link text itself as [reference to Google]
* [Link to the "Horizontal Rule" header within the page](#horizontal-rule)

[case-insensitive reference text]: https://www.google.com
[1]: https://www.google.com
[reference to Google]: https://www.google.com

Source:

Horizontal Rule

Three or more hyphens:

---

Three or more hyphens:



Source: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#horizontal-rule

Sources

<span class="info-source">Source: <https://www.google.com/></span>

Source: https://www.google.com/

Table of Contents

<h4>Table of Contents</h4>
* TOC
{:toc}

Table of Contents