Skip to content

Commit cd54968

Browse files
authored
Update code-description.md
1 parent c333d61 commit cd54968

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

code-description.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ The code is written in TypeScript. This file describes how the code works.
88
## Contents
99

1010
- [Terminology](#terminology)
11-
- []()
12-
- []()
13-
- []()
14-
- []()
15-
- []()
16-
- []()
17-
- []()
11+
- [Tag sets](#tag-sets)
12+
- [Tag spans](#tag-spans)
13+
- [Version nesting](#version-nesting)
14+
- [How the code works](#how-the-code-works)
15+
- [1. Parsing the Markdown file](#1-parsing-the-markdown-file)
16+
- [2. Highlighting tags and displaying a versioning message](#2-highlighting-tags-and-displaying-a-versioning-message)
17+
- [Reference](#reference)
18+
- [Variables and constants in alphabetical order](#variables-and-constants-in-alphabetical-order)
19+
- [Tag object properties](#tag-object-properties)
20+
- [Per-tag explanation](#per-tag-explanation)
21+
- [Regular expression](#regular-expression)
1822

1923
## Terminology
2024

0 commit comments

Comments
 (0)