Skip to content

Commit d45c687

Browse files
Update RENDERING.md
1 parent 716da73 commit d45c687

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

RENDERING.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
## HTML rendering
22

33
The following page compares the HTML rendering obtained by
4-
1. Mozilla Firefox 65
5-
2. Inscriptis and
6-
3. Lynx 2.8.9dev.19
4+
1. Mozilla Firefox 65
5+
2. inscriptis and
6+
3. Lynx 2.8.9dev.19
77
to each other.
88

9+
Since inscriptis is often used for natural language processing, we do not insert any line breaks, unless they are explicitley requested in the HTML code (e.g. using `<p>`, `<br>`, etc.).
10+
911
### Use cases
1012

1113
1. [Wikipedia table](#Wikipedia-table)
@@ -15,7 +17,7 @@ The following page compares the HTML rendering obtained by
1517
A table taken from the English Wikipedia page for [Chur](https://en.wikipedia.org/wiki/Chur).
1618

1719
* Firefox (screenshot)
18-
![ ](https://github.com/weblyzard/inscriptis/raw/master/img/wikipedia-chur-firefox.png "Wikipedia table rendered by Firefox")
20+
<img src="https://github.com/weblyzard/inscriptis/raw/master/img/wikipedia-chur-firefox.png" align="left" alt="Wikipedia table rendered by Firefox" />
1921

2022
* inscriptis
2123
```
@@ -89,7 +91,7 @@ Climate[[166]edit]
8991
A table that contains three other tables per row.
9092

9193
* Firefox (screenshot)
92-
![ ](https://github.com/weblyzard/inscriptis/raw/master/img/nested-table-firefox.png "Nested table rendered by Firefox")
94+
<img src="https://github.com/weblyzard/inscriptis/raw/master/img/nested-table-firefox.png" alt="Nested table rendered by Firefox" />
9395

9496

9597
* inscriptis

0 commit comments

Comments
 (0)