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 ++++++++++++++++ docs/index.rst | 1 + 2 files changed, 17 insertions(+) create mode 100644 docs/general/index.rst (limited to 'docs') 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_ diff --git a/docs/index.rst b/docs/index.rst index e0f0f50..bbb6398 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,3 +9,4 @@ install/index schedule/index speakers/index + general/index -- cgit v1.2.3