Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 886 Bytes

example.md

File metadata and controls

39 lines (30 loc) · 886 Bytes

Example Markdown File

Introduction

This is a simple markdown file used for testing the MarkdownParser class.

Features

  • Reads Markdown files
  • Extracts headers and paragraphs
  • Searches for specific headings
  • Converts Markdown to HTML
  • Fetches Markdown from URLs
  • Supports advanced formatting (blockquotes, horizontal rules, tables, and images)
  • Provides interactive CLI mode

Code Example

print("Hello, World!")

Blockquote Example

This is a blockquote example.

Horizontal Rule Example


Table Example

Header 1 Header 2
Data 1 Data 2
Data 3 Data 4

Image Example

Alt Text

Link Example

Mantresh

Conclusion

This file provides test content to validate the MarkdownParser functionalities, including new features.