Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adds more content around the Parsing of the Data
  • Loading branch information
kjaymiller authored Dec 20, 2023
1 parent 05dbf70 commit 9beedc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Some pages will be looking for information that is provided in the frontmatter.
> **NOTE**
> These attributes **CANNOT** be used in the content itself, but you can use them in the template generation.

## Parsing the Data

The base parser doesn't is a pass-thru parser meaning the content input will be passed through.

```md
---
title: "Spider-Man"
Expand Down

0 comments on commit 9beedc4

Please sign in to comment.