Skip to content
@MD2F

MD2F

Markdown2file

MD2F - Markdown 2 File

About the Project

MD2F is a tool to convert Markdown files into HTML and other outputs, supporting:

  • Full GitHub-flavored Markdown
  • Tables, links, and images
  • Nested lists, blockquotes, and code blocks
  • Multi-page Markdown files
  • Automatic fallback when a file fails to load

The goal of the project is to provide a simple, flexible, and clear tool for working with Markdown documentation.

Features

  • ✅ Markdown → HTML conversion
  • ✅ Support for relative and absolute URLs
  • ✅ Fallback file if loading fails
  • ✅ Support for nested lists (1.1, a.a) and mixed * / - styles
  • ✅ Nested blockquotes (>) and code blocks (lang)
  • ✅ Styled outputs with CSS
  • ✅ Multi-page Markdown and tabbed HTML views
  • ✅ Optimized for quick web Markdown display

Usage

Open a Markdown file via URL:

md2f.github.io/?url=path/to/markdown.md

If the file cannot be loaded, it will automatically open the fallback Markdown res/md/404.md.

Example

# Heading 1

## Heading 2

* List item
  * Sub-item
- Another item

1. Numbered list
   1.1 Sub-item
   1.2 Sub-item

> Blockquote

**Bold text**, *italic text*

[Link](https://github.com)
![Image](https://via.placeholder.com/150)

Contributing

Contributions are welcome! Open a Pull Request or an issue.

License

This project is licensed under the MIT License. See LICENSE for details.

© 2025 Jan Poláček

Popular repositories Loading

  1. .github .github Public

    MarkDown To File website, that converts Markdown files to convinient sharing file/url.

  2. MD2F.github.io MD2F.github.io Public

    Online website

    JavaScript

Repositories

Showing 2 of 2 repositories
  • MD2F.github.io Public

    Online website

    MD2F/MD2F.github.io’s past year of commit activity
    JavaScript 0 Apache-2.0 0 0 0 Updated Nov 5, 2025
  • .github Public

    MarkDown To File website, that converts Markdown files to convinient sharing file/url.

    MD2F/.github’s past year of commit activity
    0 Apache-2.0 0 0 0 Updated Nov 2, 2025

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…