remark-github
Advanced tools
Comparing version 11.2.1 to 11.2.2
@@ -137,3 +137,3 @@ /** | ||
/** | ||
* Plugin to enable, disable, and ignore messages. | ||
* Plugin to autolink references like in GitHub issues, PRs, and comments. | ||
* | ||
@@ -140,0 +140,0 @@ * @type {import('unified').Plugin<[Options?]|void[], Root>} |
{ | ||
"name": "remark-github", | ||
"version": "11.2.1", | ||
"version": "11.2.2", | ||
"description": "remark plugin to autolink references like in GitHub issues, PRs, and comments", | ||
@@ -71,3 +71,3 @@ "license": "MIT", | ||
"typescript": "^4.0.0", | ||
"xo": "^0.45.0" | ||
"xo": "^0.46.0" | ||
}, | ||
@@ -74,0 +74,0 @@ "scripts": { |
@@ -24,3 +24,3 @@ # remark-github | ||
* [Examples](#examples) | ||
* [Example: `buildUrl`](#example-buildurl) | ||
* [Example: `buildUrl`](#example-buildurl) | ||
* [Syntax](#syntax) | ||
@@ -61,3 +61,9 @@ * [Types](#types) | ||
(enters) into hard breaks (`<br>`s). | ||
GitHub does this in a few places (comments, issues, PRs, and releases), but itβs | ||
not semantic according to HTML and not compliant to markdown. | ||
Yet another plugin, [`remark-frontmatter`][remark-frontmatter], adds support | ||
for YAML frontmatter. | ||
GitHub supports frontmatter for files in Gists and repos. | ||
## Install | ||
@@ -204,3 +210,3 @@ | ||
## Example: `buildUrl` | ||
### Example: `buildUrl` | ||
@@ -310,2 +316,4 @@ A `buildUrl` can be passed to not link mentions. | ||
β support breaks without needing spaces or escapes (enters to `<br>`) | ||
* [`remark-frontmatter`][remark-frontmatter] | ||
β support frontmatter (YAML, TOML, and more) | ||
@@ -395,1 +403,3 @@ ## Contribute | ||
[remark-breaks]: https://github.com/remarkjs/remark-breaks | ||
[remark-frontmatter]: https://github.com/remarkjs/remark-frontmatter |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
34549
401
0