Skip to content

Commit 366713a

Browse files
committedFeb 27, 2025
docs(website): Remove some unneeded wrapping in Markdown code
That wrapping style is obsolete with the one-sentence-per-line rule, see 326a64a. Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
1 parent 8c4beb9 commit 366713a

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed
 

‎website/docs/tools/analyzer.md

+8-18
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,19 @@ Currently, the following package managers (grouped by the programming language t
2929
* [Stack](https://haskellstack.org/)
3030
* Java
3131
* [Gradle](https://gradle.org/)
32-
* [Maven](https://maven.apache.org/) (limitations:
33-
[default profile only](https://github.com/oss-review-toolkit/ort/issues/1774))
32+
* [Maven](https://maven.apache.org/) (limitations: [default profile only](https://github.com/oss-review-toolkit/ort/issues/1774))
3433
* JavaScript / Node.js
3534
* [Bower](https://bower.io/)
36-
* [NPM](https://www.npmjs.com/) (limitations:
37-
[no peer dependencies](https://github.com/oss-review-toolkit/ort/issues/95))
38-
* [PNPM](https://pnpm.io/) (limitations:
39-
[no peer dependencies](https://github.com/oss-review-toolkit/ort/issues/95))
35+
* [NPM](https://www.npmjs.com/) (limitations: [no peer dependencies](https://github.com/oss-review-toolkit/ort/issues/95))
36+
* [PNPM](https://pnpm.io/) (limitations: [no peer dependencies](https://github.com/oss-review-toolkit/ort/issues/95))
4037
* [Yarn 1](https://classic.yarnpkg.com/)
4138
* [Yarn 2+](https://v2.yarnpkg.com/)
4239
* .NET
43-
* [DotNet](https://docs.microsoft.com/en-us/dotnet/core/tools/) (limitations:
44-
[no floating versions / ranges](https://github.com/oss-review-toolkit/ort/pull/1303#issue-253860146),
45-
[no target framework](https://github.com/oss-review-toolkit/ort/issues/4083))
46-
* [NuGet](https://www.nuget.org/) (limitations:
47-
[no floating versions / ranges](https://github.com/oss-review-toolkit/ort/pull/1303#issue-253860146),
48-
[no target framework](https://github.com/oss-review-toolkit/ort/issues/4083))
40+
* [DotNet](https://docs.microsoft.com/en-us/dotnet/core/tools/) (limitations: [no floating versions / ranges](https://github.com/oss-review-toolkit/ort/pull/1303#issue-253860146), [no target framework](https://github.com/oss-review-toolkit/ort/issues/4083))
41+
* [NuGet](https://www.nuget.org/) (limitations: [no floating versions / ranges](https://github.com/oss-review-toolkit/ort/pull/1303#issue-253860146), [no target framework](https://github.com/oss-review-toolkit/ort/issues/4083))
4942
* Objective-C / Swift
50-
* [Carthage](https://github.com/Carthage/Carthage) (limitation:
51-
[no `cartfile.private`](https://github.com/oss-review-toolkit/ort/issues/3774))
52-
* [CocoaPods](https://github.com/CocoaPods/CocoaPods) (limitations:
53-
[no custom source repositories](https://github.com/oss-review-toolkit/ort/issues/4188))
43+
* [Carthage](https://github.com/Carthage/Carthage) (limitation: [no `cartfile.private`](https://github.com/oss-review-toolkit/ort/issues/3774))
44+
* [CocoaPods](https://github.com/CocoaPods/CocoaPods) (limitations: [no custom source repositories](https://github.com/oss-review-toolkit/ort/issues/4188))
5445
* [SwiftPM](https://www.swift.org/package-manager)
5546
* PHP
5647
* [Composer](https://getcomposer.org/)
@@ -59,8 +50,7 @@ Currently, the following package managers (grouped by the programming language t
5950
* [Pipenv](https://pipenv.pypa.io/en/latest/)
6051
* [Poetry](https://python-poetry.org/)
6152
* Ruby
62-
* [Bundler](https://bundler.io/) (limitations:
63-
[restricted to the version available on the host](https://github.com/oss-review-toolkit/ort/issues/1308))
53+
* [Bundler](https://bundler.io/) (limitations: [restricted to the version available on the host](https://github.com/oss-review-toolkit/ort/issues/1308))
6454
* Rust
6555
* [Cargo](https://doc.rust-lang.org/cargo/)
6656
* Scala

0 commit comments

Comments
 (0)
Please sign in to comment.