Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.8 KB

File metadata and controls

53 lines (31 loc) · 1.8 KB

preview image of live app

Markdown Viewer

Render plaintext Markdown input to styled and formatted output as you type

CSS3 Badge JavaScript Badge React Badge Redux Toolkit Badge

Supported features

  • Save rendered Output as PDF file through Browser's Print Dialogue.
  • Download Input as plaintext .md file.

Supported Markdown features include

  • Headers
  • Unhighlighted Inline Code Snippets
  • Highlighted Code Blocks
  • Links, Ordered and Unordered lists
  • Linked Images

Run the App Online

Run the App Online (hosted by GitHub Pages!)

Install and Run Locally

Bash Terminal

Note I use pnpm as javascript packages manager, but npm should work too.

git clone https://github.com/new-AF/react-markown-previewer.git

cd react-markown-previewer

pnpm install

pnpm run dev

App Preview

preview image of live app