Skip to content

Commit

Permalink
Merge branch 'main' of github.com:docs/hubwriter-vscode-extension-san…
Browse files Browse the repository at this point in the history
…dbox
  • Loading branch information
hubwriter committed Jan 16, 2024
2 parents 3c4022e + 300d4be commit e4075d0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions code-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,25 @@ 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](#processing-each-version-tag)
- [Example](#example)
- [Results of parsing](#results-of-parsing)
- [2. Highlighting tags and displaying a versioning message](#2-highlighting-tags-and-displaying-a-versioning-message)
- [Highlighting the relevant version tags](#highlighting-the-relevant-version-tags)
- [Removing the highlighting](#removing-the-highlighting)
- [Displaying a versioning message](#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](#all-tags)
- [`ifversion`](#ifversion)
- [`elsif`](#elsif)
- [`else`](#else)
- [`endif`](#endif)
- [Regular expression](#regular-expression)
- [The regular expression broken down](#the-regular-expression-broken-down)
- [Using the regular expression](#using-the-regular-expression)
- [The package.json file](#the-packagejson-file)
<br/>

Expand Down

0 comments on commit e4075d0

Please sign in to comment.