diff options
author | Jacob Ward <jacobward1898@gmail.com> | 2015-10-30 09:32:51 -0600 |
---|---|---|
committer | Jacob Ward <jacobward1898@gmail.com> | 2015-10-30 09:32:51 -0600 |
commit | 08b43e21f1a273d5ca471e0accdf46ba706a4cd5 (patch) | |
tree | a08474afbe9b8b49a1482c1fa7f014c9a987b941 /markdown.html.markdown | |
parent | 9a152c0490ba38e791ba1444d74dcf184d3c847e (diff) |
Changed headers to headings
Relabeled the section called “headers” to “headings” because a header
is a specific tag separate from the h1-h6 ‘heading’ tags.
Diffstat (limited to 'markdown.html.markdown')
-rw-r--r-- | markdown.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown.html.markdown b/markdown.html.markdown index 2333110f..d5ed284b 100644 --- a/markdown.html.markdown +++ b/markdown.html.markdown @@ -21,7 +21,7 @@ element's contents. --> guide will attempt to clarify when features are universal or when they are specific to a certain parser. --> -<!-- Headers --> +<!-- Headings --> <!-- You can create HTML elements <h1> through <h6> easily by prepending the text you want to be in that element by a number of hashes (#) --> # This is an <h1> |