File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,24 @@ 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
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] ( )
17
23
- [ Reference] ( #reference )
18
24
- [ Variables and constants in alphabetical order] ( #variables-and-constants-in-alphabetical-order )
19
25
- [ Tag object properties] ( #tag-object-properties )
20
26
- [ Per-tag explanation] ( #per-tag-explanation )
27
+ - [ All tags] ( )
28
+ - [ ``] ( )
29
+ - [ ``] ( )
30
+ - [ ``] ( )
31
+ - [ ``] ( )
21
32
- [ Regular expression] ( #regular-expression )
33
+ - [ The package.json file] ( #the-packagejson-file )
22
34
<br />
23
35
24
36
## Terminology
You can’t perform that action at this time.
0 commit comments