Skip to content

Commit f7cb43f

Browse files
author
Waylan Limberg
committed
Fixed minor typo in attr_list docs.
Thanks @mitya57.
1 parent a026337 commit f7cb43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensions/attr_list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The above results in the following output:
7373
To define attributes on inline elements, the attribute list should be defined
7474
immediately after the inline element with no whitespace.
7575

76-
[link](http://example.com){: class="foo bar" title="Some title! }
76+
[link](http://example.com){: class="foo bar" title="Some title!" }
7777

7878
The above results in the following output:
7979

0 commit comments

Comments
 (0)