fixed bug in markdown velocity combo - velocity comments are the same as section headers (##) in markdown

Former-commit-id: 9343b0368aa1c1604c5e8d90846545baa95975dd
This commit is contained in:
Jeremy Long
2014-01-26 11:07:42 -05:00
parent 11edce737b
commit 2f83c2ee89
2 changed files with 7 additions and 7 deletions

View File

@@ -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
<h3>Create the DependencyCheck-report.html in the target directory</h3>
```xml
<project>
@@ -37,7 +37,7 @@ seven days the update will only take a few seconds.
</project>
```
### Create the DependencyCheck-report.html and fail the build for CVSS greater then 8
<h3>Create the DependencyCheck-report.html and fail the build for CVSS greater then 8</h3>
```xml
<project>
@@ -67,7 +67,7 @@ seven days the update will only take a few seconds.
</project>
```
### Create the dependency-check report within the site
<h3>Create the dependency-check report within the site</h3>
```xml
<project>