-
-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add remark-link-rewrite
to list of plugins
#1212
Add remark-link-rewrite
to list of plugins
#1212
Conversation
This comment has been minimized.
This comment has been minimized.
Codecov ReportPatch and project coverage have no change.
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #1212 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 10
Lines 874 874
=========================================
Hits 874 874 ☔ View full report in Codecov by Sentry. |
…n alphabetically.
remark-link-rewrite
to list of plugins
Thanks! |
Initial checklist
Description of changes
Adding a
remark-link-rewrite
plugin to the plugin list.To use the plugin, you need to provide a
replacer
function, which receives a URL and returns a new URL. This function is called for every link in the document and can be synchronous or asynchronous.More info and examples: https://github.com/rjanjic/remark-link-rewrite