postcss-markdown

PostCSS Syntax for parsing Markdown

MIT License

Downloads
1.1M
Stars
2
Committers
7
postcss-markdown - v1.2.0 Latest Release

Published by ota-meshi almost 3 years ago

What's Changed

Full Changelog: https://github.com/ota-meshi/postcss-markdown/compare/v1.1.0...v1.2.0

postcss-markdown - v1.1.0

Published by ota-meshi almost 3 years ago

What's Changed

Full Changelog: https://github.com/ota-meshi/postcss-markdown/compare/v1.0.0...v1.1.0

postcss-markdown -

Published by ota-meshi almost 3 years ago

Breaking Changes

  • Upgrade postcss to v8.
  • Removed dependency on postcss-syntax.
  • Drop support for node <v12 && v13.
  • Change to use the Document node.
  • Replace Root.raws.beforeStart with Root.raws.codeBefore.
  • Replace Document.raws.afterEnd with Root.raws.codeAfter.
  • Remove postcss patch.

Other Changes

  • Change to be able to parse more code blocks.
  • Support for code block in blockquote.
  • Support for ignore comments that ignores parsing as style.
  • Change to use mdast-util-from-markdown (v0.8).
  • Fix incorrect parse in frontmatter.
  • Changes due to dependency changes.
  • Refactor.