Skip to content

Releases: pablo-abc/svelte-markdown

Version 0.1.11

27 Aug 02:07
79d02bb
Compare
Choose a tag to compare

Features

  • Add isInline prop
  • Add br renderer

Bugs

  • Rever to use marked.esm.js build of marked (importing from marked/src/Lexer caused errors on SvelteKit)

Version 0.1.10

23 Jun 10:27
a6f7f31
Compare
Choose a tag to compare

Include types folder in bundle

Version 0.1.9

15 Jun 18:18
49cb183
Compare
Choose a tag to compare

Add typings

Version 0.1.8

05 May 02:22
cd5c6e0
Compare
Choose a tag to compare

Add UnorderedListItem and OrderedListItem renderers

Version 0.1.7

17 Apr 01:25
cc5356d
Compare
Choose a tag to compare

Use ESM build of marked

Version 0.1.6

02 Apr 11:04
ab89c30
Compare
Choose a tag to compare

Fixes switching source parameter just appending to the result.

Version 0.1.5

23 Mar 21:58
7d4b450
Compare
Choose a tag to compare

Fixes the hacky way used to import marked

Version 0.1.4

22 Feb 10:11
42bf9c0
Compare
Choose a tag to compare

Fix bug on codespan

Version 0.1.3

21 Feb 10:43
ed75001
Compare
Choose a tag to compare

The repository was not linked in nom, making this code hard to find. This adds the repo link to package.json

Version 0.1.2

18 Feb 23:56
954e170
Compare
Choose a tag to compare

Fixes a bug on which list items were not rendered properly.