vite-plugin-markdown

A vite plugin to import a Markdown file in various formats like Front Matter, HTML, ToC, and React/Vue Component

MIT License

Downloads
107.8K
Stars
254
Committers
10
vite-plugin-markdown - Latest Release

Published by hmsk 9 months ago

  • upgrade domhandler and htmlparser2 (breaking)
  • update devDependencies

https://github.com/hmsk/vite-plugin-markdown/compare/v3.0.0-0...v3.0.0-1

vite-plugin-markdown -

Published by hmsk 9 months ago

  • Require vite 5+ (breaking)
  • Provide only ESM module (breaking)
  • Upgrade markdown-it (breaking)
  • Update devDependencies

https://github.com/hmsk/vite-plugin-markdown/compare/v2.2.0...v3.0.0-0

vite-plugin-markdown -

Published by hmsk 9 months ago

  • Support vite v4 and v5
  • Add Mode.MARKDOWN to import raw markdown data
  • Update devDependencies

https://github.com/hmsk/vite-plugin-markdown/compare/v2.1.0...v2.2.0

vite-plugin-markdown -

Published by hmsk 10 months ago

vite-plugin-markdown -

Published by hmsk 10 months ago

Accept any vite version (but v2+) as peer dependencies

https://github.com/hmsk/vite-plugin-markdown/compare/v2.2.0-2...v2.2.0-3

vite-plugin-markdown -

Published by hmsk over 1 year ago

  • Update devDependencies
  • Add Mode.MARKDOWN to import raw markdown data #400 thanks @stefanvanherwijnen

https://github.com/hmsk/vite-plugin-markdown/compare/v2.2.0-1...v2.2.0-2

vite-plugin-markdown -

Published by hmsk over 1 year ago

  • Update devDependencies
  • Add dependency for domhandler explicitly #401 thanks to @ferm10n

https://github.com/hmsk/vite-plugin-markdown/compare/v2.2.0-0...v2.2.0-1

vite-plugin-markdown -

Published by hmsk almost 2 years ago

  • Support Vite 4 thanks @CarrettaRiccardo #371
  • Update devDependencies

https://github.com/hmsk/vite-plugin-markdown/compare/v2.1.0...v2.2.0-0

vite-plugin-markdown -

Published by hmsk about 2 years ago

  • Support Vite 3
  • Revert a fix for Prism #239 since it breaks existing behavior

https://github.com/hmsk/vite-plugin-markdown/compare/v2.0.3-0...v2.1.0

vite-plugin-markdown -

Published by hmsk almost 3 years ago

  • Update docs
  • Update devDependencies
  • Fix the issue with Prism in React #239 thanks to @Dafrok

https://github.com/hmsk/vite-plugin-markdown/compare/v2.0.2...v2.0.3-0

vite-plugin-markdown - v2.0.2

Published by hmsk over 3 years ago

  • Support tags which are expected to be self-closed as JSX
    • This fixes the crashing problem on React component mode which is reported in #96
  • Update devDependencies

https://github.com/hmsk/vite-plugin-markdown/compare/v2.0.1...v2.0.2

vite-plugin-markdown - v2.0.1

Published by hmsk over 3 years ago

  • Update devDependencies
  • Fix a problem that HTML special chars are rendered on a codeblock
    • Vue: b86be46 Thanks @zhengzhibo for your contribution!
    • React: f39b4b3

https://github.com/hmsk/vite-plugin-markdown/compare/v2.0.0...v2.0.1

vite-plugin-markdown - v2.0.0

Published by hmsk over 3 years ago

vite-plugin-markdown - Require vite@2

Published by hmsk almost 4 years ago

  • Use vite@2 in examples/*
  • Support vite@2 with updating all dependencies/devDependencies

https://github.com/hmsk/vite-plugin-markdown/compare/v2.0.0-2...v2.0.0-3

vite-plugin-markdown - Final release for vite@1

Published by hmsk almost 4 years ago

This release is the last release of vite-plugin-markdown which supports [email protected].* since vite decided to jump its version into 2.0.0 without releasing any major version on 1.x series.

vite-plugin-markdown -

Published by hmsk about 4 years ago

  • Update devDependencies
  • Add sample projects under examples/
  • Fix a bug that backticks/backslashes on a code block on React mode crashes

https://github.com/hmsk/vite-plugin-markdown/compare/v1.1.0...v1.1.1

vite-plugin-markdown -

Published by hmsk about 4 years ago

vite-plugin-markdown -

Published by hmsk about 4 years ago

  • Export members as an object rather than named exports
import md from './contents/document.md'

md.attributes //=> should work

https://github.com/hmsk/vite-plugin-markdown/compare/v1.0.1...v1.0.2

vite-plugin-markdown -

Published by hmsk about 4 years ago

Fix a problem that custom elements on both ReactCompoent and VueComponent don't work correctly

https://github.com/hmsk/vite-plugin-markdown/compare/v1.0.0...v1.0.1