English

MDConvertHub Changelog

Notable updates to MDConvertHub, including Markdown to Word, DOCX, HTML, and PDF conversion improvements. Older changes may be summarized in bulk.

  1. May 2026

    • README Generator at /tools/readme-generator: six project templates (basic, web, library, API, CLI, mobile), Shields.io-style badges, live preview, copy and download README.md in the browser.
    • Blog: GitHub README generator tutorial and README templates & badges guide with links to the new tool.
    • Markdown Editor at /tools/markdown-editor: full-width workspace (Editor / Viewer / Cheat sheet), top CTAs to PDF and Word, dark editor + live preview, empty canvas by default — SEO content below the tool.
    • HTML to Markdown converter: paste raw HTML or upload .html files, preview Markdown, copy or download .md in the browser.
    • Blog: Markdown to PDF guide and Markdown table to Excel guide with converter cross-links.
    • Blog: three new guides (Markdown to Word, DOCX to Markdown, Rich Text to Markdown) with tool cross-links.
    • Blog at /blog with categories (Tutorial, Guide, Comparison, Tips, Review), featured + recent lists, and three starter articles linking to converters.
    • Rich Text to Markdown and Text to Markdown converters: paste or upload, preview MD, copy or download — browser-only, pairs with Markdown to Rich Text.
    • Markdown to Rich Text converter: live preview, copy formatted rich text for Word/Google Docs/Notion, plus copy or download HTML — all in the browser.
    • Excel Table to Markdown converter: upload .xlsx/.xls/.csv or paste from Excel, preview pipe tables, copy or download .md in the browser.
    • Markdown Table to Excel converter: paste GitHub-style pipe tables, preview rows, copy TSV/CSV, or download CSV and .xlsx in the browser.
    • Changelog content now lives in JSON for easier edits and future locales.
    • Custom 404 page with links to home, tools, and legal pages.
    • Security headers in production (HSTS, CSP baseline, frame protection, and related headers); see docs/security.md.
    • Privacy Policy and Terms of Service driven from JSON under content/en/legal/.
    • JSON-LD on the home page (Organization + WebSite), BreadcrumbList on tools, and FAQPage JSON-LD where each tool’s FAQ section is shown (Word, HTML, PDF).
    • Markdown → HTML and Markdown → PDF tools (client-side export, lazy-loaded bundles).
    • Root global error UI (global-error.tsx) with try again + home link.
    • Default Open Graph and Twitter images via next/og; favicon and apple touch icon via app/icon and app/apple-icon.
    • WebApplication JSON-LD on each converter route (alongside breadcrumbs and FAQ structured data).
    • GitHub Actions CI: lint, typecheck (`tsc --noEmit`), and build; route-level error.tsx; staging noindex via NEXT_PUBLIC_NO_INDEX (robots disallow + empty sitemap + root layout robots meta).
    • Organization JSON-LD includes logo (apple-icon URL); public /.well-known/security.txt for disclosures (RFC 9116).
    • Optional /llms.txt route summarizing the site and policies for AI crawlers (URLs follow NEXT_PUBLIC_SITE_URL).
  2. Launch

    • Initial MDConvertHub release with Markdown → Word (DOCX) conversion in the browser.
    • Shared layout, SEO helpers (canonical, Open Graph, sitemap, robots), and copy loaded from JSON.