Skip to content

Commit f95fe39

Browse files
committed
added link to marked
1 parent ffc180a commit f95fe39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
[![npm](https://img.shields.io/npm/dw/svelte-marked)](https://www.npmjs.com/package/svelte-marked)
66
![NPM](https://img.shields.io/npm/l/svelte-marked)
77

8-
A markdown parser that renders into Svelte Components. Inspired by [ReactMarkdown](https://github.com/remarkjs/react-markdown). Forked from [svelte-markdown](https://github.com/pablo-abc/svelte-markdown/pulls) cause it was not merging PRs or upadting the project since December 2023.
8+
A markdown parser that renders into Svelte Components. Forked from [svelte-markdown](https://github.com/pablo-abc/svelte-markdown/pulls) cause it was not merging PRs or upadting the project since December 2023.
99

10-
This is the same code as `svelte-markdown` with up-to-date dependencies and removed deprecated dependencies.
10+
This is the same code as `svelte-markdown` with up-to-date dependencies and removed deprecated dependencies. It keeps using [marked](https://github.com/markedjs/marked/).
1111

1212
## Installation
1313

@@ -271,6 +271,6 @@ As of now the only external dependency of this project is `marked`.
271271

272272
## Related
273273

274-
- [ReactMarkdown](https://github.com/remarkjs/react-markdown) - React library to render markdown using React components. Inspiration for this library.
275274
- [Svelte](https://svelte.dev) - JavaScript front-end framework.
276275
- [Marked](https://marked.js.org/) - Markdown parser
276+
- [ReactMarkdown](https://github.com/remarkjs/react-markdown) - React library to render markdown using React components. Inspiration for this library.

0 commit comments

Comments
 (0)