Skip to content

Commit

Permalink
add page for markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
TellezAnto committed Sep 6, 2024
1 parent ce6e728 commit b59990d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions packages/nextjs/_posts/define-modules.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: "Markdown for Learning"
excerpt: "Unleash Your Learning Potential with Markdown "
coverImage: "/assets/blog/code-previews/cover.jpg"
date: "2020-03-16T05:35:07.322Z"
author:
name: ATV
picture: "/assets/blog/authors/avatar-1.jpeg"
ogImage:
url: "/assets/blog/code-previews/cover.jpg"
---

## Create and Learn with Unlimited .md Files!

Want to organize your notes, create interactive tutorials, or document your code in an elegant way? With our app, you can generate as many .md files as you need!

**What is an .md file?**

An .md file, or Markdown, is a plain text format that allows you to format your content in a simple and readable way. You can add headings, lists, links, images, and much more! Best of all, .md files are compatible with a wide variety of platforms and tools, making it easy to share and collaborate on your projects.

**How to boost your learning with .md?**

- **Take effective notes:** Organize your ideas and class notes in .md files, using headings and lists to structure information clearly.
- **Create interactive tutorials:** Design step-by-step guides with clear instructions and formatted code examples.
- **Document your code:** Explain how your code works in an understandable way, adding comments and highlighting important sections.
- **Share your knowledge:** Publish your .md files online or share them with your classmates to foster collaboration and mutual learning.

There are no limits to what you can create and learn with .md files! Our application gives you the freedom to explore and experiment with this versatile format, enhancing your creativity and communication skills.

**Start creating today and discover the power of learning with Markdown!**
2 changes: 1 addition & 1 deletion packages/nextjs/src/app/_components/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function Card() {
subtitle: "Write as many Markdown files as you like.",
image: "/images/t-1.jpg",
buttonText: "Write yours",
link: "/define-modules",
link: "/posts/define-modules",
},
{
title: "Feed your own AI oracle",
Expand Down

0 comments on commit b59990d

Please sign in to comment.