From 3b94a562399b02c6d7c9829c6105a8600767bae1 Mon Sep 17 00:00:00 2001 From: hubwriter Date: Tue, 16 Jan 2024 12:35:41 +0000 Subject: [PATCH] Update code-description.md --- code-description.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/code-description.md b/code-description.md index cab4549..170cbe4 100644 --- a/code-description.md +++ b/code-description.md @@ -13,12 +13,24 @@ The code is written in TypeScript. This file describes how the code works. - [Version nesting](#version-nesting) - [How the code works](#how-the-code-works) - [1. Parsing the Markdown file](#1-parsing-the-markdown-file) + - [Processing each version tag]() + - [Example]() + - [Results of parsing]() - [2. Highlighting tags and displaying a versioning message](#2-highlighting-tags-and-displaying-a-versioning-message) + - [Highlighting the relevant version tags]() + - [Removing the highlighting]() + - [Displaying a versioning message]() - [Reference](#reference) - [Variables and constants in alphabetical order](#variables-and-constants-in-alphabetical-order) - [Tag object properties](#tag-object-properties) - [Per-tag explanation](#per-tag-explanation) + - [All tags]() + - [``]() + - [``]() + - [``]() + - [``]() - [Regular expression](#regular-expression) + - [The package.json file](#the-packagejson-file)
## Terminology