Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 943 Bytes

File metadata and controls

33 lines (25 loc) · 943 Bytes

Markdown Tips

1. Markdown tips

  1. 2.1 Rule of Generating ID for Anchor
  2. Z. Index

2. Contents

2.1 Rule for generating id for anchor

  1. All text is converted to lowercase.
  2. All non-word text (e.g., punctuation, HTML) is removed.
  3. All spaces are converted to hyphens.
  4. Two or more hyphens in a row are converted to one.
  5. If a header with the same ID has already been generated, a unique incrementing number is appended, starting at 1.

Z. Index

1.Markdown 2.Contents 21-Rule for generating anchor id Z. Index