From 4fd59f2a1968ea7b03abc77d582a094b66373b69 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 26 Jan 2014 11:07:42 -0500 Subject: [PATCH] fixed bug in markdown velocity combo - velocity comments are the same as section headers (##) in markdown Former-commit-id: 7c212d61702ede1aa46ca06a7cf4db1ef7858b73 --- dependency-check-cli/src/site/markdown/installation.md.vm | 8 ++++---- dependency-check-maven/src/site/markdown/usage.md.vm | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dependency-check-cli/src/site/markdown/installation.md.vm b/dependency-check-cli/src/site/markdown/installation.md.vm index 32497e8ca..8e50a142b 100644 --- a/dependency-check-cli/src/site/markdown/installation.md.vm +++ b/dependency-check-cli/src/site/markdown/installation.md.vm @@ -9,15 +9,15 @@ script executable: To scan a folder on the system you can run: -### Windows +

Windows

dependency-check.bat --app "My App Name" --scan "c:\java\application\lib" -### \*nix +

\*nix

dependency-check.sh --app "My App Name" --scan "/java/application/lib" To view the command line arguments, see the arguments page, or you can run: -### Windows +

Windows

dependency-check.bat --help -### \*nix +

\*nix

dependency-check.sh --help \ No newline at end of file diff --git a/dependency-check-maven/src/site/markdown/usage.md.vm b/dependency-check-maven/src/site/markdown/usage.md.vm index a31282338..68220d59f 100644 --- a/dependency-check-maven/src/site/markdown/usage.md.vm +++ b/dependency-check-maven/src/site/markdown/usage.md.vm @@ -10,7 +10,7 @@ Vulnerability Database (NVD) hosted by NIST: https://nvd.nist.gov After the first batch download, as long as the plugin is executed at least once every seven days the update will only take a few seconds. -### Create the DependencyCheck-report.html in the target directory +

Create the DependencyCheck-report.html in the target directory

```xml @@ -37,7 +37,7 @@ seven days the update will only take a few seconds. ``` -### Create the DependencyCheck-report.html and fail the build for CVSS greater then 8 +

Create the DependencyCheck-report.html and fail the build for CVSS greater then 8

```xml @@ -67,7 +67,7 @@ seven days the update will only take a few seconds. ``` -### Create the dependency-check report within the site +

Create the dependency-check report within the site

```xml