
* add real e2e tests for html and docx Signed-off-by: Peter Staar <taa@zurich.ibm.com> * updated the output of itxt Signed-off-by: Peter Staar <taa@zurich.ibm.com> * reformatted the text Signed-off-by: Peter Staar <taa@zurich.ibm.com> * fixed the tests Signed-off-by: Peter Staar <taa@zurich.ibm.com> * fixed the tests (2) Signed-off-by: Peter Staar <taa@zurich.ibm.com> * fixed the examples (1) Signed-off-by: Peter Staar <taa@zurich.ibm.com> * fixed the output of the test Signed-off-by: Peter Staar <taa@zurich.ibm.com> * updated the tests, moved the ground-truth Signed-off-by: Peter Staar <taa@zurich.ibm.com> * moved the ground-truth data Signed-off-by: Peter Staar <taa@zurich.ibm.com> * fixed the html tests Signed-off-by: Peter Staar <taa@zurich.ibm.com> * restructure title fix (#187) Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> --------- Signed-off-by: Peter Staar <taa@zurich.ibm.com> Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> Co-authored-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
17 lines
461 B
HTML
Vendored
17 lines
461 B
HTML
Vendored
<html>
|
|
<body>
|
|
<h1>Introduction</h1>
|
|
<p>This is the first paragraph of the introduction.</p>
|
|
<h2>Background</h2>
|
|
<p>Some background information here.</p>
|
|
<ul>
|
|
<li>First item in unordered list</li>
|
|
<li>Second item in unordered list</li>
|
|
</ul>
|
|
<ol>
|
|
<li>First item in ordered list</li>
|
|
<li>Second item in ordered list</li>
|
|
</ol>
|
|
</body>
|
|
</html>
|