Skip to content

Commit 3b94a56

Browse files
authored
Update code-description.md
1 parent 32d9189 commit 3b94a56

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

code-description.md

+12
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,24 @@ The code is written in TypeScript. This file describes how the code works.
1313
- [Version nesting](#version-nesting)
1414
- [How the code works](#how-the-code-works)
1515
- [1. Parsing the Markdown file](#1-parsing-the-markdown-file)
16+
- [Processing each version tag]()
17+
- [Example]()
18+
- [Results of parsing]()
1619
- [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]()
1723
- [Reference](#reference)
1824
- [Variables and constants in alphabetical order](#variables-and-constants-in-alphabetical-order)
1925
- [Tag object properties](#tag-object-properties)
2026
- [Per-tag explanation](#per-tag-explanation)
27+
- [All tags]()
28+
- [``]()
29+
- [``]()
30+
- [``]()
31+
- [``]()
2132
- [Regular expression](#regular-expression)
33+
- [The package.json file](#the-packagejson-file)
2234
<br/>
2335

2436
## Terminology

0 commit comments

Comments
 (0)