Skip to content

Commit e4075d0

Browse files
committed
Merge branch 'main' of github.com:docs/hubwriter-vscode-extension-sandbox
2 parents 3c4022e + 300d4be commit e4075d0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: code-description.md

+13
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,25 @@ 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](#processing-each-version-tag)
17+
- [Example](#example)
18+
- [Results of parsing](#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](#highlighting-the-relevant-version-tags)
21+
- [Removing the highlighting](#removing-the-highlighting)
22+
- [Displaying a versioning message](#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](#all-tags)
28+
- [`ifversion`](#ifversion)
29+
- [`elsif`](#elsif)
30+
- [`else`](#else)
31+
- [`endif`](#endif)
2132
- [Regular expression](#regular-expression)
33+
- [The regular expression broken down](#the-regular-expression-broken-down)
34+
- [Using the regular expression](#using-the-regular-expression)
2235
- [The package.json file](#the-packagejson-file)
2336
<br/>
2437

0 commit comments

Comments
 (0)