Releases: withstudiocms/markdown-remark
@studiocms/markdown-remark@1.0.0
Major Changes
-
#15
ab0142b
Thanks @Adammatthiesen! - First Major ReleasePackage has been divided into multiple smaller packages:
@studiocms/markdown-remark
: The Primary Astro integration that includes the underlying processor as well as custom functionality to allow custom markdown rendering pipelines.@studiocms/markdown-remark-processor
: The Main markdown processor for@studiocms/markdown-remark
.@studiocms/markdown-remark-processor-web
: A Client side browser-first version of our main processor.
Minor Changes
- #15
ab0142b
Thanks @Adammatthiesen! - Add support for Discord subtext-#
syntax using custom remark plugin
Patch Changes
@studiocms/markdown-remark-processor@1.0.0
Major Changes
-
#15
ab0142b
Thanks @Adammatthiesen! - First Major ReleasePackage has been divided into multiple smaller packages:
@studiocms/markdown-remark
: The Primary Astro integration that includes the underlying processor as well as custom functionality to allow custom markdown rendering pipelines.@studiocms/markdown-remark-processor
: The Main markdown processor for@studiocms/markdown-remark
.@studiocms/markdown-remark-processor-web
: A Client side browser-first version of our main processor.
Minor Changes
- #15
ab0142b
Thanks @Adammatthiesen! - Add support for Discord subtext-#
syntax using custom remark plugin
@studiocms/markdown-remark-processor-web@1.0.0
Major Changes
-
#15
ab0142b
Thanks @Adammatthiesen! - First Major ReleasePackage has been divided into multiple smaller packages:
@studiocms/markdown-remark
: The Primary Astro integration that includes the underlying processor as well as custom functionality to allow custom markdown rendering pipelines.@studiocms/markdown-remark-processor
: The Main markdown processor for@studiocms/markdown-remark
.@studiocms/markdown-remark-processor-web
: A Client side browser-first version of our main processor.
Minor Changes
- #15
ab0142b
Thanks @Adammatthiesen! - Add support for Discord subtext-#
syntax using custom remark plugin
@studiocms/markdown-remark@0.3.1
Patch Changes
- #13
066838b
Thanks @Adammatthiesen! - update readme
@studiocms/markdown-remark@0.3.0
Minor Changes
-
#11
b9d4b7b
Thanks @Adammatthiesen! - Refactor integration exports and simplification- Default package export
@studiocms/markdown-remark
now exports the same resources as@studiocms/markdown-remark/integration
New Export:
@studiocms/markdown-remark/integration
- Direct export of the included Astro integration
No longer depends on Astro-integration-kit.
- Default package export
Patch Changes
- #11
b9d4b7b
Thanks @Adammatthiesen! - Remove need for entities dependency, and change the one place it was being used.
@studiocms/markdown-remark@0.2.0
Minor Changes
-
#8
6b0053b
Thanks @Adammatthiesen! - Introduce custom User-Defined component handling.This update includes significant enhancements to the Markdown Remark processor Astro Integration, allowing for more flexible and powerful Markdown rendering with custom components.
New Features:
- Added custom components support in the Markdown Remark processor Astro Integration.
- Introduced utility functions in
utils.ts
for component proxy creation, indentation handling, dedenting strings, and merging records. - Moved zod schema to separate
schema.ts
file.
Integration Updates:
- Enhanced Astro integration to support custom components configuration via
astro.config.mjs
. - Updated
markdown.ts
to include custom components during Markdown rendering. - Extended
index.ts
to utilize the new schema and utilities.
Documentation:
- Updated
README.md
with instructions for setting up custom components in Astro integration.
Dependencies:
- Added
entities
andultrahtml
as new dependencies.
@studiocms/markdown-remark@0.1.1
Patch Changes
-
#3
74d2b32
Thanks @Adammatthiesen! - Update CSS and add flags to prevent vite dynamic import warnings -
#5
4beb076
Thanks @Adammatthiesen! - Add support for github Callouts/asides
@studiocms/markdown-remark@0.1.0
Minor Changes
-
e5c6ea2
Thanks @Adammatthiesen! - Initial ReleaseThis package is heavily inspired by and based on
@astrojs/markdown-remark
. It provides seamless integration with Astro, allowing you to easily parse and transform Markdown content within your Astro projects. The package leverages the power of remark to offer a highly configurable and extensible Markdown parser and transformer.