added merge pdfs, fixed jpgstopdf arg issues,
This commit is contained in:
20
sample_tests/sample_test.html
Normal file
20
sample_tests/sample_test.html
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Sample HTML</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Welcome to Sample HTML</h1>
|
||||
<p>This is a simple HTML file for testing the HTML to Markdown conversion.</p>
|
||||
<ul>
|
||||
<li>Item 1</li>
|
||||
<li>Item 2</li>
|
||||
<li>Item 3</li>
|
||||
</ul>
|
||||
<p>Thank you for using the sample HTML file.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user