You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: emphasize beautiful PDF output in README, SEO, and metadata
Shift messaging from "Markdown editor" to "beautiful PDF output" —
the core value proposition. Update metadata titles, descriptions,
keywords, structured data, FAQ, and SEO footer accordingly.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+23-19Lines changed: 23 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# MarkBloom
2
2
3
-
Free, open-source Markdown to PDF converter that runs entirely in your browser. Write Markdown, see a live preview, and export beautifully formatted PDFs — no sign-up, no server uploads. Your content never leaves your device.
3
+
Turn your Markdown into beautiful, print-ready PDF documents — free, open-source, and 100% client-side.
4
+
5
+
No ugly exports, no broken layouts. MarkBloom produces professionally formatted PDFs with smart pagination, clean typography, and syntax-highlighted code blocks. Write in the editor, see the final result live, and export with one click.
title: "MarkBloom — Free Online Markdown to PDF Converter",
21
+
title: "MarkBloom — Beautiful PDFs from Markdown | Free & Open Source",
22
22
description:
23
-
"MarkBloom is a free, open-source Markdown to PDF converter. Write Markdown with live preview and export beautifully styled PDF documents with A4, Letter, and Legal page sizes. No sign-up required.",
23
+
"Turn Markdown into beautiful, print-ready PDF documents. Professional typography, smart pagination, syntax-highlighted code blocks, and styled tables. Free, open-source, 100% client-side — your content never leaves your browser.",
title: "MarkBloom — Free Online Markdown to PDF Converter",
46
+
title: "MarkBloom — Beautiful PDFs from Markdown",
44
47
description:
45
-
"Free, open-source Markdown to PDF converter with live preview. Export styled PDFs in A4, Letter, and Legal sizes. No sign-up required.",
48
+
"Turn Markdown into beautiful, print-ready PDFs with professional typography, smart pagination, and syntax-highlighted code. Free, open-source, runs in your browser.",
46
49
url: siteUrl,
47
50
siteName: "MarkBloom",
48
51
},
49
52
twitter: {
50
53
card: "summary_large_image",
51
-
title: "MarkBloom — Free Online Markdown to PDF Converter",
54
+
title: "MarkBloom — Beautiful PDFs from Markdown",
52
55
description:
53
-
"Free, open-source Markdown to PDF converter with live preview. Export styled PDFs in A4, Letter, and Legal sizes.",
56
+
"Turn Markdown into beautiful, print-ready PDFs. Professional typography, smart pagination, syntax-highlighted code. Free & open-source.",
54
57
},
55
58
robots: {
56
59
index: true,
@@ -67,7 +70,7 @@ const jsonLd = {
67
70
"@type": "SoftwareApplication",
68
71
name: "MarkBloom",
69
72
description:
70
-
"Free, open-source Markdown to PDF converter with live preview. Write Markdown and export beautifully styled PDF documents in A4, Letter, and Legal page sizes.",
73
+
"Turn Markdown into beautiful, print-ready PDF documents with professional typography, smart pagination, and syntax-highlighted code blocks. Free, open-source, 100% client-side.",
71
74
url: siteUrl,
72
75
applicationCategory: "UtilitiesApplication",
73
76
operatingSystem: "Any (Web Browser)",
@@ -88,12 +91,13 @@ const jsonLd = {
88
91
isAccessibleForFree: true,
89
92
license: "https://opensource.org/licenses/MIT",
90
93
featureList: [
91
-
"Live Markdown editor with syntax highlighting",
92
-
"Real-time preview with Tailwind Typography styling",
93
-
"PDF export in A4, Letter, and Legal page sizes",
94
-
"GitHub Flavored Markdown support",
95
-
"Syntax-highlighted code blocks",
96
-
"Runs entirely in the browser",
94
+
"Beautiful, professionally formatted PDF output",
95
+
"Smart pagination with intelligent page break detection",
96
+
"Syntax-highlighted code blocks in PDF via Shiki",
97
+
"Styled tables, task lists, and blockquotes in PDF",
98
+
"Live preview — see your final PDF as you type",
99
+
"Multiple page sizes: A4, Letter, Legal",
100
+
"100% client-side — your content never leaves your browser",
97
101
],
98
102
};
99
103
@@ -103,18 +107,26 @@ const faqJsonLd = {
103
107
mainEntity: [
104
108
{
105
109
"@type": "Question",
106
-
name: "How do I convert Markdown to PDF online for free?",
110
+
name: "How do I create beautiful PDFs from Markdown?",
111
+
acceptedAnswer: {
112
+
"@type": "Answer",
113
+
text: "Open MarkBloom, write or paste your Markdown, and click Export PDF. MarkBloom automatically applies professional typography, smart page breaks, and polished styling to produce print-ready PDF documents. No sign-up or installation required.",
114
+
},
115
+
},
116
+
{
117
+
"@type": "Question",
118
+
name: "Why do my Markdown PDFs look ugly with other tools?",
107
119
acceptedAnswer: {
108
120
"@type": "Answer",
109
-
text: "Open MarkBloom in your browser, paste or type your Markdown in the editor, preview it in real time, then click Export PDF. No sign-up or installation required.",
121
+
text: "Most Markdown-to-PDF tools use basic styling with minimal attention to typography, pagination, or layout. MarkBloom is built specifically to produce beautiful output — with intelligent page breaks that avoid cutting tables or orphaning headings, syntax-highlighted code blocks, and professionally styled tables and lists.",
110
122
},
111
123
},
112
124
{
113
125
"@type": "Question",
114
126
name: "What page sizes does MarkBloom support?",
115
127
acceptedAnswer: {
116
128
"@type": "Answer",
117
-
text: "MarkBloom supports A4, US Letter, and Legal page sizes for PDF export.",
129
+
text: "MarkBloom supports A4, US Letter, and Legal page sizes for PDF export, each with proper margins and layout.",
118
130
},
119
131
},
120
132
{
@@ -130,7 +142,7 @@ const faqJsonLd = {
130
142
name: "Does MarkBloom support GitHub Flavored Markdown?",
131
143
acceptedAnswer: {
132
144
"@type": "Answer",
133
-
text: "Yes. MarkBloom supports GitHub Flavored Markdown (GFM) including tables, task lists, strikethrough, and syntax-highlighted code blocks.",
145
+
text: "Yes. MarkBloom supports GitHub Flavored Markdown (GFM) including tables, task lists, strikethrough, and syntax-highlighted code blocks — all rendered beautifully in the PDF output.",
0 commit comments