From ebe15af063f83d80d7ab2ddeba7f2ef8717de5fb Mon Sep 17 00:00:00 2001 From: Pragy Agarwal Date: Thu, 10 Oct 2019 17:11:38 +0530 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0de4bfe..dad66c2 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,12 @@ Guidelines: - Soft resize images to appropriate size (use html img tag with inline style) - Use spaces instead of tabs (important, to keep indentation in code blocks consistent) - Clearly mark the begin and end of each topic / question by using HR. markdown syntax: `-- --` on a new line +- Use _Italics_ minimally (hard to detect). Use **bold** and headings instead. +- Don't use H1 +- Use the following syntax for H2 instead of the usual `# heading 2` +```md +Heading 2 +--------- + +content +```