@humanspeak/svelte-markdown 0.7.9 → 0.7.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -350,7 +350,7 @@ HTML block elements can contain Markdown content:
350
350
 
351
351
  - List item with **bold**
352
352
  - Another item with _italic_
353
- </blockquote>
353
+ </blockquote>
354
354
  ```
355
355
 
356
356
  ### Component Customization
@@ -399,12 +399,12 @@ The current extenral dependencies are:
399
399
 
400
400
  - [Marked](https://marked.js.org/)
401
401
  - [Github-Slugger](https://github.com/Flet/github-slugger)
402
- - [HTMLParser2](https://github.com/fb55/htmlparser2).
402
+ - [HTMLParser2](https://github.com/fb55/htmlparser2)
403
403
 
404
404
  ## Related
405
405
 
406
- - [ReactMarkdown](https://github.com/remarkjs/react-markdown) - React library to render markdown using React components. Inspiration for this library.
407
- - [Svelte](https://svelte.dev) - JavaScript front-end framework.
406
+ - [ReactMarkdown](https://github.com/remarkjs/react-markdown) - React library to render markdown using React components. Inspiration for this library
407
+ - [Svelte](https://svelte.dev) - JavaScript front-end framework
408
408
  - [Original](https://github.com/pablo-abc/svelte-markdown) - Original component
409
409
 
410
410
  Made with ♥ by [Humanspeak](https://humanspeak.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humanspeak/svelte-markdown",
3
- "version": "0.7.9",
3
+ "version": "0.7.10",
4
4
  "description": "A powerful, customizable markdown renderer for Svelte with TypeScript support",
5
5
  "type": "module",
6
6
  "svelte": "./dist/index.js",
@@ -71,7 +71,7 @@
71
71
  "prettier-plugin-svelte": "^3.3.2",
72
72
  "prettier-plugin-tailwindcss": "^0.6.9",
73
73
  "publint": "^0.3.0",
74
- "svelte": "^5.16.5",
74
+ "svelte": "^5.16.6",
75
75
  "svelte-check": "^4.1.1",
76
76
  "typescript": "^5.7.2",
77
77
  "vite": "^6.0.7",