diff --git a/Coding-Style-Guide:-Wiki.md b/Coding-Style-Guide:-Wiki.md index 8d438ce..d7b089f 100644 --- a/Coding-Style-Guide:-Wiki.md +++ b/Coding-Style-Guide:-Wiki.md @@ -10,7 +10,7 @@ Following these guidelines while making the readme for your plugin/theme would b | GFM Element | HTML Header Tag Equivalent | Use | | ----------- | -------------------------- | ------------------------------------------------------------------------------ | -| # | `

` | This will not be used as Github wiki pages uses the filename as h1 | +| # | `

` | This will not be used, as Github wiki pages uses the filename as h1 | | ## | `

` | Main section divider (as in this page _Headers, Syntax Highlighting_, etc are) | | ### - #### | `

` - `

` | For use in subsections | | ##### | `

` | Please try to use this just for labeling _Example_ in fenced code blocks |