Skip to content

Commit 7ef9b3b

Browse files
committed
(doc) Markdown lint fixes
1 parent 5a370a3 commit 7ef9b3b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/input/docs/configuration/default-configuration.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ control the look and feel of the generated release notes.
6161
milestone, which should be replaced with the actual milestone value. As an
6262
example, let's say you want to provide a link to where you can download your
6363
release, and the URL could be something like
64-
http://mydomain.com/releases/0.1.0. You don't want to have to hard code the
64+
<http://mydomain.com/releases/0.1.0>. You don't want to have to hard code the
6565
milestone number into your yaml configuration, so instead, you can use a
6666
replacement string in your footer-content, which will then be replaced with
6767
the actual milestone release number, when the release is created. Default is
@@ -77,7 +77,8 @@ control the look and feel of the generated release notes.
7777
in version 0.9.0 of GitReleaseManager.
7878
* **sha-section-heading**
7979
* A string value which contains the heading text for the SHA256 hash section.
80-
Default is `SHA256 Hashes of the release artifacts` **NOTE:** This configuration option was added
80+
Default is `SHA256 Hashes of the release artifacts` **NOTE:** This
81+
configuration option was added
8182
in version 0.9.0 of GitReleaseManager.
8283
* **sha-section-line-format**
8384
* A string value which contains the .Net String Format value which will be
@@ -99,7 +100,7 @@ example of how a footer can be configured.
99100
used when including the created date in the title of the release notes.
100101
Default is an empty string.
101102
* **perform-regex-removal**
102-
* A boolean value which inidcates whether a regular expression should be
103+
* A boolean value which indicates whether a regular expression should be
103104
performed on the generated release notes to remove some text. Default is
104105
false.
105106
* **regex-text**

0 commit comments

Comments
 (0)