Skip to content

Commit

Permalink
use headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedsalem401 committed Nov 30, 2023
1 parent a29a8b1 commit 4214a4f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/nextjs-blog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 4214a4f

Please sign in to comment.