index.rst 431 B

12345678910111213141516171819
  1. .. _lps-doc-sec-general:
  2. General
  3. -------
  4. Commenting
  5. ~~~~~~~~~~
  6. The markdown files can have comments in the `following three formats`__::
  7. [comment]: <> (This is one type of comment.)
  8. [//]: <> (This is another type of comment.)
  9. [//]: # (This is the third type of comment.)
  10. The comments won't make it to the generated HTML.
  11. .. _md_comments: https://stackoverflow.com/questions/4823468/comments-in-markdown
  12. __ md_comments_