mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-11-21 15:23:26 +01:00
Release 0.1.3
This commit is contained in:
parent
eb8e92c56d
commit
ed59a3f24a
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 106 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
52
docs/bundle.js.LICENSE.txt
Normal file
52
docs/bundle.js.LICENSE.txt
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
/*
|
||||||
|
object-assign
|
||||||
|
(c) Sindre Sorhus
|
||||||
|
@license MIT
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
Copyright (c) 2016 Jed Watson.
|
||||||
|
Licensed under the MIT License (MIT), see
|
||||||
|
http://jedwatson.github.io/classnames
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* Programatically add the following
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @licstart The following is the entire license notice for the
|
||||||
|
* Javascript code in this page
|
||||||
|
*
|
||||||
|
* Copyright 2021 Mozilla Foundation
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*
|
||||||
|
* @licend The above is the entire license notice for the
|
||||||
|
* Javascript code in this page
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Checks if an event is supported in the current execution environment.
|
||||||
|
*
|
||||||
|
* NOTE: This will not work correctly for non-generic events such as `change`,
|
||||||
|
* `reset`, `load`, `error`, and `select`.
|
||||||
|
*
|
||||||
|
* Borrows from Modernizr.
|
||||||
|
*
|
||||||
|
* @param {string} eventNameSuffix Event name, e.g. "click".
|
||||||
|
* @param {?boolean} capture Check if the capture phase is supported.
|
||||||
|
* @return {boolean} True if the event is supported.
|
||||||
|
* @internal
|
||||||
|
* @license Modernizr 3.0.0pre (Custom Build) | MIT
|
||||||
|
*/
|
45072
docs/bundle.worker.js
45072
docs/bundle.worker.js
File diff suppressed because one or more lines are too long
21
docs/bundle.worker.js.LICENSE.txt
Normal file
21
docs/bundle.worker.js.LICENSE.txt
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
/**
|
||||||
|
* @licstart The following is the entire license notice for the
|
||||||
|
* Javascript code in this page
|
||||||
|
*
|
||||||
|
* Copyright 2021 Mozilla Foundation
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*
|
||||||
|
* @licend The above is the entire license notice for the
|
||||||
|
* Javascript code in this page
|
||||||
|
*/
|
@ -1,14 +1 @@
|
|||||||
<!DOCTYPE html>
|
<!doctype html><html><head><meta charset="UTF-8"><title>PDF to Markdown</title><meta name="description" content="Converts PDF files to Markdown."/><meta name="keywords" content="PDF, Markdown, converter, online"><link rel="shortcut icon" href="favicons/favicon.ico"/><link rel="icon" href="favicons/favicon.ico"/><script defer="defer" src="bundle.js"></script></head><body><div id="main"/></body></html>
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<title>PDF to Markdown</title>
|
|
||||||
<meta name="description" content="Converts PDF files to Markdown." />
|
|
||||||
<meta name="keywords" content="PDF, Markdown, converter, online">
|
|
||||||
<link rel="shortcut icon" href="favicons/favicon.ico" />
|
|
||||||
<link rel="icon" href="favicons/favicon.ico" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div id="main"/>
|
|
||||||
<script type="text/javascript" src="bundle.js"></script></body>
|
|
||||||
</html>
|
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pdf-to-markdown",
|
"name": "pdf-to-markdown",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"description": "A PDF to Markdown Converter",
|
"description": "A PDF to Markdown Converter",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user