Skip to content

Commit 1c9585d

Browse files
committed
release: v2.9.5 list-style default onboarding
Replace dense paragraph with intro line plus feature bullets.
1 parent 369c3a5 commit 1c9585d

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.9.5
4+
5+
- refactor(copy): default onboarding uses short intro plus bullet list (easier to read in editor and preview)
6+
37
## 2.9.4
48

59
- feat(copy): default sample uses planned onboarding paragraph (GFM, Mermaid fences, export path)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "md2pdf",
3-
"version": "2.9.4",
3+
"version": "2.9.5",
44
"description": "In-browser Markdown to PDF: GFM preview, syntax-highlighted code, Mermaid, PWA/offline. Derived from realdennis/md2pdf (MIT).",
55
"keywords": [
66
"markdown",
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
export const initialText = `# Hello World!
22
3-
**Markdown To PDF** is an offline Markdown editor and preview in your browser; all conversion runs locally. It supports **GitHub-flavored Markdown**, syntax-highlighted fenced code blocks, **Mermaid** diagrams (\`\`\`mermaid … \`\`\`), tables, task lists, and more. Drag in a \`.md\` file or type here, then use **Export to .pdf** to print or save a PDF via your system dialog.
3+
**Markdown To PDF** is an offline Markdown editor with a live preview. Everything runs in your browser (no separate backend).
4+
5+
- **GitHub-flavored Markdown**: tables, task lists, syntax-highlighted fenced code blocks
6+
- **Mermaid diagrams**: use a fenced block with the \`mermaid\` language tag
7+
- **Import**: drop a \`.md\` file onto the page or write here
8+
- **Export**: click **Export to .pdf** for your system print dialog (save as PDF)
9+
410
`;

0 commit comments

Comments
 (0)