mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-11 09:52:14 +01:00
fix(chromium): generateDocumentOutline now implies generateTaggedPdf
This commit is contained in:
16
test/integration/testdata/page-outline-html/index.html
vendored
Normal file
16
test/integration/testdata/page-outline-html/index.html
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Outline</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Chapter 1</h1>
|
||||
<p>Intro.</p>
|
||||
<h2>Section 1.1</h2>
|
||||
<p>Body.</p>
|
||||
<h1>Chapter 2</h1>
|
||||
<p>Intro.</p>
|
||||
<h2>Section 2.1</h2>
|
||||
<p>Body.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user