Skip to content

Releases: lovstudio/any2pdf-skill

v1.3.4

08 May 08:53

Choose a tag to compare

Added

  • Obsidian callout rendering for > [!NOTE], tips, warnings, quotes, and related callout types.
  • Emoji fallback rendering using cached Twemoji images when available, with local emoji-font fallback.
  • LaTeX-style formula handling for inline $...$ and display $$...$$ / \[...\]; matplotlib is optional for rendered formula images.
  • YAML-style frontmatter support for document options such as title, author, theme, watermark, cover, TOC, and watermark settings. Explicit CLI arguments take precedence.
  • Broader Linux font discovery and built-in PDF font fallbacks for lean environments.

Fixed

  • H5/H6 headings are now consumed as compact subsections instead of falling through parser edge cases.
  • Code blocks preserve mid-line alignment by escaping all spaces, not only leading indentation.
  • Cover-page de-duplication no longer drops body content that appears under the first H1.
  • Full/top-band headers use a stable document title instead of page-lagged chapter state.

v1.3.3

20 Apr 08:19

Choose a tag to compare

Auto-release for v1.3.3. See CHANGELOG.md [1.3.2] entry — this tag was auto-bumped from 1.3.2 on push to main. From v1.3.4 onward the auto-tag workflow will also create the GitHub Release in a single job.

v1.3.1

20 Apr 07:12

Choose a tag to compare

Fixed

  • Watermark: when --wm-spacing-x and --wm-spacing-y are both ≥ 2000, render a single horizontally + vertically centered watermark (with baseline compensation) instead of tiling. Enables large single-mark watermarks (e.g. --wm-size 200 --wm-spacing-x 9999 --wm-spacing-y 9999).

v1.3.0

20 Apr 01:14

Choose a tag to compare

Added

  • New theme consulting-navy — McKinsey / BCG / Deloitte deep-research-report aesthetic: navy hero cover block, ALL-CAPS section banners with thick left bar, left page-stripe, white canvas + serif body
  • New cover_style: consulting-block — solid navy hero with white title + meta column strip (MODE / SOURCES / CONFIDENCE / DATE)
  • New heading_decoration: banner — H2 renders as tinted box with thick accent left bar (inline, no page break)
  • New SectionBanner flowable supporting CJK + Latin in section titles
  • Theme picker option l) 咨询深蓝 and pandoc preset row for the new theme

Fixed

  • _preprocess_md now strips full leading YAML frontmatter (--- ... ---); previously only title:/subtitle:/author:/date: lines were filtered, so fields like mode: / tagline: leaked into the body as prose