Skip to content

Commit d41186a

Browse files
JingYenLohjdalton
authored andcommitted
Fix source link headings not displaying (#185)
1 parent 6ef1537 commit d41186a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/4.17.10.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6428,13 +6428,13 @@ <h4>Example</h4>
64286428
<div>
64296429
<h2><code>Properties</code></h2>
64306430
<div>
6431-
<h3 id="VERSION"><a href="#VERSION" class="fa fa-link"></a><a href="#VERSION"><code>_.VERSION</code></a></h3>
6431+
<h3 id="VERSION"><a href="#VERSION" class="fa fa-link"></a><code>_.VERSION</code></h3>
64326432
<p><a href="https://github.com/lodash/lodash/blob/4.17.10/lodash.js#L16855">source</a></p>
64336433
<p>(string): The semantic version number.</p>
64346434

64356435
</div>
64366436
<div>
6437-
<h3 id="templateSettings"><a href="#templateSettings" class="fa fa-link"></a><a href="#templateSettings"><code>_.templateSettings</code></a></h3>
6437+
<h3 id="templateSettings"><a href="#templateSettings" class="fa fa-link"></a><code>_.templateSettings</code></h3>
64386438
<p><a href="https://github.com/lodash/lodash/blob/4.17.10/lodash.js#L1731">source</a> <a href="https://www.npmjs.com/package/lodash.templatesettings">npm package</a></p>
64396439
<p>(Object): By default, the template delimiters used by lodash are like those in
64406440
embedded Ruby <em>(ERB)</em> as well as ES2015 template strings. Change the

0 commit comments

Comments
 (0)