diff options
| author | Adam Bard <github@adambard.com> | 2015-10-31 18:30:26 +0800 | 
|---|---|---|
| committer | Adam Bard <github@adambard.com> | 2015-10-31 18:30:26 +0800 | 
| commit | c6f00942987a348bba16cd975e74c32b36985da4 (patch) | |
| tree | 7dd5266ef9188fdaaee999e2b321a708ccbf067a | |
| parent | 7ca6ed2d529999a7496d0599ab36c54c67846bd8 (diff) | |
| parent | 08b43e21f1a273d5ca471e0accdf46ba706a4cd5 (diff) | |
Merge pull request #1911 from JacobCWard/master
[markdown/en] changed headers to headings
| -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> | 
