Skip to content

Commit

Permalink
Remove more duplicate words
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Sep 30, 2024
1 parent 3f6fbbb commit 96e19e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/markdown/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

## 10.2

- **NEW**: Highlight: Add new `stripnl` option to configure Pygments' default handling of stripping leading and
- **NEW**: Highlight: Add new `stripnl` option to configure Pygments' default handling of stripping leading
and trailing new lines from code blocks. Mainly affects fenced code blocks.
- **FIX**: SuperFences: Fix issue where when SuperFences attempts to test if a placeholder is its own, it can throw
an exception.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/markdown/extensions/magiclink.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ documents will often have links with special icons._
Option | Type | Default | Description
------------------------------- | ------ | --------------------------- | -----------
`hide_protocol` | bool | `#!py3 False` | If `True`, links are displayed without the initial `ftp://`, `http://`, `https://`, or `ftps://`.
`repo_url_shortener` | bool | `#!py3 False` | If `True`, GitHub, Bitbucket, and GitLab commit, pull, and issue links are are rendered in a shorthand syntax.
`repo_url_shortener` | bool | `#!py3 False` | If `True`, GitHub, Bitbucket, and GitLab commit, pull, and issue links are rendered in a shorthand syntax.
`social_url_shortener` | bool | `#!py3 False` | if `True`, X user links are rendered in a shorthand syntax.
`shortener_user_exclude` | dict | [See below](#user-excludes) | Specifies a list of user names to avoid when attempting to shorten links. See [User Excludes](#user-excludes) for more info.
`repo_url_shorthand` | bool | `#!py3 False` | If `True`, you can directly use a shorthand syntax to represent commit, pull, issue, and mention links for repository providers and they will be auto-linked.
Expand Down

0 comments on commit 96e19e6

Please sign in to comment.