Skip to content

Releases: pngwn/MDsveX

mdsvex@0.10.0

31 Jan 08:36

Choose a tag to compare

Minor Changes

pfm-parse@0.1.1

18 Jan 00:28

Choose a tag to compare

Patch Changes

  • #359 07a3e6f Thanks @pngwn! - Split modules up, add new build approach with constant replacements.

  • Updated dependencies [07a3e6f]:

    • parse@0.1.1

mdsvex@0.9.8

02 Jul 19:15

Choose a tag to compare

Patch Changes

  • #274 b253bb0 Thanks @pngwn! - Custom highlight functions now receive the metastring as an additional argument.

mdsvex@0.9.7

05 Jun 14:55

Choose a tag to compare

Patch Changes

mdsvex@0.9.6

18 May 19:07

Choose a tag to compare

Patch Changes

  • #256 492b7a4 Thanks @pngwn! - Props passed to mdsvex documents will now be forwarded to layout files.

mdsvex@0.9.5

09 May 21:35

Choose a tag to compare

Patch Changes

  • #253 8dc7900 Thanks @pngwn! - There is now an ESM browser build in addition to UMD.

mdsvex@0.9.4

09 May 21:12

Choose a tag to compare

Patch Changes

mdsvex@0.9.3

29 Apr 10:07

Choose a tag to compare

Patch Changes

  • 2af50ee #239 Thanks @brev! - Standalone compile() function not returning headmatter attributes. Also export all types.

mdsvex@0.9.2

28 Apr 20:59

Choose a tag to compare

Patch Changes

mdsvex@0.9.1

28 Apr 20:01

Choose a tag to compare

Patch Changes

  • f458229 #234 Thanks @pngwn! - mdsvex now exposes an escapeSvelte utility to help with escaping Svelte syntax in custom highlight functions.

  • fe9b437 #233 Thanks @pngwn! - Language definitions for fenced code-blocks are now case insensitive.

  • 8c905ce #231 Thanks @pngwn! - Svelte syntax is now highlighted by default when using the default code highlighter.