Markdown icon

Markdown

1 Series
3 Lessons
20m 27s

Markdown is an extendible and lightweight markdown language that's popularly used to write and store content for digital usage.

Series.

Lessons.

Let's Learn AdonisJS 6 #2.9
・
Jan 27, 24

Extracting Reusable Code with Services

In this lesson, we'll learn about services and how we can use them to extract reusable code in a way that makes it super simple to use throughout your project.

Listing Movies from their Markdown Files
Let's Learn AdonisJS 6 #2.8
・
Jan 27, 24

Listing Movies from their Markdown Files

In this lesson, we'll learn how we can list movies and their details directly from our movies directory using a YAML-based declaration called frontmatter.

Markdown Content
Let's Learn AdonisJS 6 #2.7
・
Jan 27, 24

Reading and Supporting Markdown Content

In this lesson, we'll learn how we can support Markdown content by switching our movies from HTML to Markdown. To do this, we'll make use of the DimerApp Markdown package.