gutterpress 0.10.5 → 0.10.6-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/index.js +1 -1
- package/dist/{audit-ax5ps29k.js → audit-gwhqj45v.js} +4 -4
- package/dist/{build-79dv44cn.js → build-by1rwswq.js} +4 -4
- package/dist/{cli-v031r2h6.js → cli-980t4qp9.js} +1 -1
- package/dist/{cli-0t4zfevc.js → cli-bwbs3qm4.js} +1 -1
- package/dist/{cli-chkwtg9m.js → cli-nde3d8wk.js} +341 -192
- package/dist/{cli-5pq315qe.js → cli-vntks53w.js} +1 -1
- package/dist/cli.js +14 -14
- package/dist/{doctor-qejmbv32.js → doctor-gxetpd6x.js} +2 -2
- package/dist/{engine-mtyjc4v6.js → engine-4ctgbwj5.js} +1 -1
- package/dist/{engine-fwe8djyn.js → engine-bhhcne06.js} +1 -1
- package/dist/{index-ya1yw5me.js → index-dxvn0dr9.js} +160 -11
- package/dist/{index-ja0p4w5f.js → index-eyzv51dw.js} +1 -1
- package/dist/index.js +2 -2
- package/dist/lib/markdown/assemble.d.ts +3 -1
- package/dist/lib/markdown/gutterpress-css.d.ts +31 -5
- package/dist/lib/markdown/markers.d.ts +79 -3
- package/dist/lib/pdf-inspect.d.ts +33 -5
- package/dist/lib/render-parity.d.ts +108 -0
- package/dist/{lint-wweg6pf0.js → lint-p5m5gn2f.js} +4 -4
- package/dist/{new-yf8emyp3.js → new-cgnm1vz6.js} +4 -4
- package/dist/{plugin-dj6crat4.js → plugin-2zwx1tex.js} +4 -4
- package/dist/{preflight-d34pzgr6.js → preflight-gypyj54v.js} +4 -4
- package/dist/{preview-g2f5982y.js → preview-670h69jp.js} +4 -4
- package/dist/{publish-6vt6yqm4.js → publish-zw39dmgm.js} +4 -4
- package/dist/render.js +146 -6
- package/dist/{validate-vjwgxswp.js → validate-2fnfyyx8.js} +4 -4
- package/package.json +1 -1
package/dist/api/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executeAndReport
|
|
3
|
-
} from "./cli-
|
|
3
|
+
} from "./cli-nde3d8wk.js";
|
|
4
4
|
import {
|
|
5
5
|
log
|
|
6
|
-
} from "./cli-
|
|
6
|
+
} from "./cli-vntks53w.js";
|
|
7
7
|
import {
|
|
8
8
|
UsageError,
|
|
9
9
|
rejectExtraPositionals,
|
|
10
10
|
rejectUnknownFlags
|
|
11
|
-
} from "./cli-
|
|
12
|
-
import"./cli-
|
|
11
|
+
} from "./cli-980t4qp9.js";
|
|
12
|
+
import"./cli-bwbs3qm4.js";
|
|
13
13
|
import"./cli-c41yr7he.js";
|
|
14
14
|
import {
|
|
15
15
|
EXIT_CODES
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runBuild,
|
|
3
3
|
splitOutPath
|
|
4
|
-
} from "./cli-
|
|
4
|
+
} from "./cli-nde3d8wk.js";
|
|
5
5
|
import {
|
|
6
6
|
log
|
|
7
|
-
} from "./cli-
|
|
7
|
+
} from "./cli-vntks53w.js";
|
|
8
8
|
import {
|
|
9
9
|
UsageError,
|
|
10
10
|
parseEngine,
|
|
@@ -12,8 +12,8 @@ import {
|
|
|
12
12
|
parsePdfxFlavor,
|
|
13
13
|
rejectExtraPositionals,
|
|
14
14
|
rejectUnknownFlags
|
|
15
|
-
} from "./cli-
|
|
16
|
-
import"./cli-
|
|
15
|
+
} from "./cli-980t4qp9.js";
|
|
16
|
+
import"./cli-bwbs3qm4.js";
|
|
17
17
|
import"./cli-c41yr7he.js";
|
|
18
18
|
import {
|
|
19
19
|
BuildError
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
// package.json
|
|
5
5
|
var package_default = {
|
|
6
6
|
name: "gutterpress",
|
|
7
|
-
version: "0.10.
|
|
7
|
+
version: "0.10.6-beta.2",
|
|
8
8
|
description: "Markdown-to-PDF converter for professional print layout using a native Chromium print engine and Ghostscript.",
|
|
9
9
|
author: "itlackey",
|
|
10
10
|
license: "MPL-2.0",
|
|
@@ -2474,7 +2474,7 @@ ${mapCss}`;
|
|
|
2474
2474
|
if (pageBackgrounds.length)
|
|
2475
2475
|
log(`audit: ${pageBackgrounds.length} unreferenced @page background image(s)`);
|
|
2476
2476
|
for (const d of multicol)
|
|
2477
|
-
diagnose("engine.multicol.dead-column", `${d} runs over more than one page in columns, and only the last page's columns get balanced — earlier pages are left with an empty column. Add column-fill: auto
|
|
2477
|
+
diagnose("engine.multicol.dead-column", `${d} runs over more than one page in columns, and only the last page's columns get balanced — earlier pages are left with an empty column. Add .gp-columns-flow to ${d} (column-fill: auto) so every page's columns fill.`);
|
|
2478
2478
|
if (multicol.length)
|
|
2479
2479
|
log(`audit: ${multicol.length} fragmenting multicol warning(s)`);
|
|
2480
2480
|
}
|