# Welcome to my website. This was created using markdown, a powerful formatting language that is optimized for reading. Currently, some content within this file are placeholders for later content. ## Command Line Tools Journal Entry * Terminal: This command line interface is very powerful, as it allows users to interact with the operating system directly instead of having to use graphical interfaces. * Git: A version control system that tracks changes in code and files, and is utilized for facilitating collaboration between developers through branching, merging, and tracking project history. * Vim: A highly customizable and efficient text editor commonly used in development environments. Definitely offers a steep learning curve, but provides powerful editing capabilities * Markdown: A lightweight markup language for creating formatted text using a plain-text editor. Widely used in documentation and websites everywhere due to its simplicity and readability. ### Lists Here is an example of a list - first - second - third * first * second * third 1. first 2. second 3. third ### Paragraphs