Skip to content

Releases: aadhar41/react-markdown-previewer

v1.2.0 - Professional Documentation & Enhanced PDF Styling

11 Mar 02:57

Choose a tag to compare

📦 Release Notes

📄 Description

This release focuses on professionalizing the repository infrastructure and delivering a high-fidelity PDF export experience.


✨ Key Features & Improvements

Executive PDF Styling

  • Implemented a premium, report-quality layout for PDF exports.
  • Integrated Nunito font, optimized A4 margins, and refined typography for superior readability.

Repository Professionalization

  • Established standard open-source community guidelines.
  • Added and updated:
    • LICENSE
    • CODE_OF_CONDUCT.md
    • CONTRIBUTING.md

Standardized Templates

  • Integrated professional templates for:
    • Bug Reports
    • Feature Requests
    • Pull Requests
  • Streamlined community contributions with consistent formats.

Documentation Polish

  • Refined README.md for better clarity.
  • Ensured consistent formatting across all project sections.

🤝 Contributions

Documentation and repository structuring co-authored by Aadhar Gaur.
🔗 LinkedIn | GitHub

Full Changelog: v1.1.1...v1.2.0

v1.1.1 - Professional Repository Setup

01 Feb 07:07

Choose a tag to compare

Revised release of the Markdown Previewer with a professional repository structure and enhanced documentation.

✨ Key Features

  • Real-time Live Preview: See your Markdown rendered instantly as you type.
  • GitHub Flavored Markdown (GFM): Full support for tables, task lists, and high-level GFM syntax.
  • Print-to-PDF: Seamlessly export your rendered Markdown documents to PDF format.
  • Syntax Highlighting: Built-in support for multiple programming languages within code blocks.
  • Responsive Design: Fully optimized for a consistent experience across desktop and mobile devices.

🛠️ Repository Improvements

  • Standard Documentation: Added LICENSE (MIT), CONTRIBUTING.md, CHANGELOG.md, and CODE_OF_CONDUCT.md.
  • GitHub Workflow: Integrated professional Issue Templates (Bug Report, Feature Request) and a Pull Request template.
  • Professional README: Rewritten with accurate tech stack details, clear installation guides, and visual previews.
  • Enhanced Configuration: Updated .gitignore to maintain a clean workspace by excluding IDE and OS metadata.

Full Changelog: v1.1.0...v1.1.1

v1.1.0 - Professional Repository Setup

01 Feb 07:02

Choose a tag to compare

Revised release of the Markdown Previewer with professional repository documentation and templates.

Full Changelog: v1.0.0...v1.1.0

v1.0.0 - Markdown Previewer with Smart PDF Export

16 Jan 06:33

Choose a tag to compare

🎉 Markdown Previewer v1.0.0

A modern, feature-rich React application for writing and previewing Markdown with professional PDF export capabilities.

✨ Features

Core Functionality

  • Live Preview: Real-time markdown rendering as you type
  • Split-Pane Editor: Side-by-side editor and preview layout
  • Modern UI: Beautiful gradient design with smooth animations
  • Responsive Design: Works seamlessly on desktop and mobile

Markdown Support

  • Standard Markdown syntax (headings, lists, links, images)
  • Bold, italic, and inline code formatting
  • Code blocks with syntax highlighting
  • Blockquotes and horizontal rules
  • Tables and lists (ordered/unordered)

PDF Export

  • Smart Page Breaks: Intelligent section detection for optimal page flow
  • Professional Formatting: Clean, readable PDF output
  • Consistent Spacing: 2rem margins on all pages
  • Content Protection: Prevents orphaned headings and split content
  • Print Optimization: H1 headings visible, proper spacing throughout

🚀 Getting Started

Installation

npm install
npm start

**Full Changelog**: https://github.com/aadhar41/react-markdown-previewer/compare/v1.0.0...v1.0.0