File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,17 @@ The code is written in TypeScript. This file describes how the code works.
8
8
## Contents
9
9
10
10
- [ 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 )
18
22
19
23
## Terminology
20
24
You can’t perform that action at this time.
0 commit comments