Skip to content

Commit a117fb9

Browse files
Merge pull request #100 from weblyzard/feature/value-attribute
Feature/value attribute
2 parents dcc524a + f119299 commit a117fb9

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "inscriptis"
3-
version = "2.6.1"
3+
version = "2.7.0"
44
description = "inscriptis - HTML to text converter."
55
license = "Apache-2.0"
66
readme = "README.rst"

tests/html/enumeration-value.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<ol>
2+
<li value="100">Coffee</li>
3+
<li>Tea</li>
4+
<li>Milk</li>
5+
<li>Water</li>
6+
<li>Juice</li>
7+
<li>Beer</li>
8+
</ol>

tests/html/enumeration-value.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
100. Coffee
2+
101. Tea
3+
102. Milk
4+
103. Water
5+
104. Juice
6+
105. Beer

0 commit comments

Comments
 (0)