From 4214a4f8768574abade81774ea488c0c86120ffc Mon Sep 17 00:00:00 2001 From: mohamed yahia Date: Thu, 30 Nov 2023 20:25:09 +0200 Subject: [PATCH] use headers --- examples/nextjs-blog/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/nextjs-blog/README.md b/examples/nextjs-blog/README.md index 4996206..dd24db8 100644 --- a/examples/nextjs-blog/README.md +++ b/examples/nextjs-blog/README.md @@ -41,7 +41,7 @@ npx mddb ./content Edit `pages/index.js`. Use the following code snippet: -**Component 1: BlogList** +### Component 1: BlogList ```jsx import fs from "fs"; @@ -92,9 +92,10 @@ Visit http://localhost:3000/blog to see your blog posts listed. Congratulations! You've successfully created a simple Next.js blog using MarkdownDB. Explore more features and customize your blog as needed. -**Flag:** While `mddb` may not offer significantly more than manual handling, it stands out as a straightforward, extensively tested, and lightweight library. -**Additional Features:** +### Flag: While `mddb` may not offer significantly more than manual handling, it stands out as a straightforward, extensively tested, and lightweight library. + +### Additional Features: - **Tag Querying:** Easily retrieve tags from all files, streamlining organization and categorization. - **Backward/Forward Links:** Establish links for enhanced file interconnectivity and navigation.