Markdown Parser
We are experimenting with the parsedown PHP library and extracting a MarkdownParser class we will be using later on during our processing step.
Markdown Review
Let's get familiar with the basics of markdown, we will be using markdown to write prettier blog posts for our project. You may skip this lesson if you are familiar already.
Introduction
What are we building? We are talking about our plan, approach and some of the reasons for a Package approach. We will also touch up on prerequisites for this video series.