svelte-readme 4.0.0 → 4.1.0

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.
package/README.md CHANGED
@@ -25,7 +25,7 @@ At its core, this library is a simple Svelte preprocessor.
25
25
  2. Use `README.md` as the Svelte source code
26
26
  3. Parse Markdown using [Markdown It](https://github.com/markdown-it/markdown-it)
27
27
  4. Highlight code with a built-in highlighter (`svelte`, `typescript`/`javascript`, `json`, `yaml`, `bash`) and run `svelte` code fence blocks so that demos are juxtaposed with code
28
- 5. Style the result with [GitHub Markdown CSS](https://github.com/sindresorhus/github-markdown-css) to maintain a consistent look with [github.com](https://github.com/)
28
+ 5. Style the result with a built-in, themeable stylesheet inspired by GitHub's markdown rendering
29
29
 
30
30
  ## Installation
31
31