@@ -13,23 +13,25 @@ The code is written in TypeScript. This file describes how the code works.
13
13
- [ Version nesting] ( #version-nesting )
14
14
- [ How the code works] ( #how-the-code-works )
15
15
- [ 1. Parsing the Markdown file] ( #1-parsing-the-markdown-file )
16
- - [ Processing each version tag] ( )
17
- - [ Example] ( )
18
- - [ Results of parsing] ( )
16
+ - [ Processing each version tag] ( #processing-each-version-tag )
17
+ - [ Example] ( #example )
18
+ - [ Results of parsing] ( #results-of-parsing )
19
19
- [ 2. Highlighting tags and displaying a versioning message] ( #2-highlighting-tags-and-displaying-a-versioning-message )
20
- - [ Highlighting the relevant version tags] ( )
21
- - [ Removing the highlighting] ( )
22
- - [ Displaying a versioning message] ( )
20
+ - [ Highlighting the relevant version tags] ( #highlighting-the-relevant-version-tags )
21
+ - [ Removing the highlighting] ( #removing-the-highlighting )
22
+ - [ Displaying a versioning message] ( #displaying-a-versioning-message )
23
23
- [ Reference] ( #reference )
24
24
- [ Variables and constants in alphabetical order] ( #variables-and-constants-in-alphabetical-order )
25
25
- [ Tag object properties] ( #tag-object-properties )
26
26
- [ Per-tag explanation] ( #per-tag-explanation )
27
- - [ All tags] ( )
28
- - [ ``] ( )
29
- - [ ``] ( )
30
- - [ ``] ( )
31
- - [ ``] ( )
27
+ - [ All tags] ( #all-tags )
28
+ - [ ` ifversion ` ] ( #ifversion )
29
+ - [ ` elsif ` ] ( #elsif )
30
+ - [ ` else ` ] ( #else )
31
+ - [ ` endif ` ] ( #endif )
32
32
- [ Regular expression] ( #regular-expression )
33
+ - [ The regular expression broken down] ( #the-regular-expression-broken-down )
34
+ - [ Using the regular expression] ( #using-the-regular-expression )
33
35
- [ The package.json file] ( #the-packagejson-file )
34
36
<br />
35
37
0 commit comments