Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 430253e

Browse files
committed
Fix unmatched quote in 7.14
1 parent f6d4df0 commit 430253e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

07_webapps/7-14_markdown.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ When the +:heading-anchors+ key is set to +true+, an anchor will be generated fo
9191
[source,html]
9292
----
9393
<h3>
94-
<a name=\"heading\" class=\"anchor\" href=\"#foo&#95;bar&#95;baz></a>
94+
<a name=\"heading\" class=\"anchor\" href=\"#foo&#95;bar&#95;baz\"></a>
9595
foo bar BAz
9696
</h3>
9797
----

0 commit comments

Comments
 (0)