From dee20081c213fc81876d5c5489d79b8b732acb10 Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Thu, 4 Jun 2015 14:25:30 -0400 Subject: [PATCH] Updated Coding Style Guide: Wiki (markdown) --- Coding-Style-Guide:-Wiki.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |