mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-09 13:18:24 +00:00
fix(html): fix HTML parsed heading level (#1244)
Signed-off-by: Panos Vagenas <pva@zurich.ibm.com>
This commit is contained in:
@@ -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 |
|
||||
|--------------|--------------|--------------|
|
||||
|
||||
Reference in New Issue
Block a user