microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
hve-core-v3.2.1

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

scripts/tests/Fixtures/Linting/anchors-test.md

25lines · modepreview

# Anchors Test Fixture

Test file for validating anchor extraction and checking.

## First Section

Content in first section.

### Nested Subsection

Nested content here.

## Second Section

Link to [first](#first-section) and [nested](#nested-subsection).

## Special Characters

### Section with-dashes

### Section_with_underscores

### UPPERCASE Section

Reference [dashes](#section-with-dashes) and [underscores](#section_with_underscores).