@elderjs/plugin-markdown
Advanced tools
Comparing version 0.1.9 to 0.1.10
{ | ||
"name": "@elderjs/plugin-markdown", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "Easily create routes from your markdown files on your Elder.js site using the remark ecosystem.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -52,2 +52,4 @@ # Elder.js Plugin: Markdown | ||
A note on the default syntax highlighting - we use [shiki](https://shiki.matsu.io/) (compared to other well known options) because it highlights everything in inline styles (so no extra JS/CSS neeeded), has extensive language support, and can use any VS Code theme including your own custom one. We have *not* yet exposed this last feature to you as an option for this plugin - if you want this feature and are interested in implementing, please feel free to open an issue. If you wish to use your own syntax highlighting, you can add it to your `remarkPlugins` array, or set `useSyntaxHighlighting: false` and implement separately from this markdown toolchain. | ||
## Getting all Markdown For a Route: | ||
@@ -54,0 +56,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15019
80