From c766f6b58159022cfde523c19f17b9f93029bdc8 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 12 May 2016 21:42:07 +0000 Subject: add docs/general/index.rst --- docs/general/index.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/general/index.rst (limited to 'docs/general') diff --git a/docs/general/index.rst b/docs/general/index.rst new file mode 100644 index 0000000..6b56f63 --- /dev/null +++ b/docs/general/index.rst @@ -0,0 +1,16 @@ +General +------- + +Commenting +~~~~~~~~~~ + +The markdown files can have comments in the `following three formats`__:: + + [comment]: <> (This is one type of comment.) + [//]: <> (This is another type of comment.) + [//]: # (This is the third type of comment.) + +The comments won't make it to the generated HTML. + +.. _md_comments: https://stackoverflow.com/questions/4823468/comments-in-markdown +__ md_comments_ -- cgit v1.2.3