diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-11-04 11:57:20 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-11-04 11:57:20 -0500 |
commit | f7cb43fdc351904306851699a3c84cf19e64ea35 (patch) | |
tree | 980c6b3e956cd7bc80d410560f23275a0baf3950 | |
parent | a02633707e9a31ff9d2c81b8ffe34996eb409370 (diff) | |
download | markdown-f7cb43fdc351904306851699a3c84cf19e64ea35.tar.gz markdown-f7cb43fdc351904306851699a3c84cf19e64ea35.tar.bz2 markdown-f7cb43fdc351904306851699a3c84cf19e64ea35.zip |
Fixed minor typo in attr_list docs.
Thanks @mitya57.
-rw-r--r-- | docs/extensions/attr_list.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/extensions/attr_list.txt b/docs/extensions/attr_list.txt index 11c6a28..4134a82 100644 --- a/docs/extensions/attr_list.txt +++ b/docs/extensions/attr_list.txt @@ -73,7 +73,7 @@ The above results in the following output: To define attributes on inline elements, the attribute list should be defined immediately after the inline element with no whitespace. - [link](http://example.com){: class="foo bar" title="Some title! } + [link](http://example.com){: class="foo bar" title="Some title!" } The above results in the following output: |