fix(html): fix HTML parsed heading level (#1244)

Signed-off-by: Panos Vagenas <pva@zurich.ibm.com>
This commit is contained in:
Panos Vagenas
2025-03-26 10:30:23 +01:00
committed by GitHub
parent 9eb1686f93
commit 85c4df887b
13 changed files with 68 additions and 68 deletions

View File

@@ -1,10 +1,10 @@
# Example Document
### Introduction
## Introduction
This is the first paragraph of the introduction.
### Background
## Background
Some background information here.
@@ -18,7 +18,7 @@ Some background information here.
2. Nested ordered item 2
2. Second item in ordered list
### Data Table
## Data Table
| Header 1 | Header 2 | Header 3 |
|--------------|--------------|--------------|