Releases: lovstudio/any2pdf-skill
Releases · lovstudio/any2pdf-skill
v1.3.4
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$$...$$/\[...\];matplotlibis 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
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
Fixed
- Watermark: when
--wm-spacing-xand--wm-spacing-yare 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
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
SectionBannerflowable supporting CJK + Latin in section titles - Theme picker option
l) 咨询深蓝and pandoc preset row for the new theme
Fixed
_preprocess_mdnow strips full leading YAML frontmatter (--- ... ---); previously onlytitle:/subtitle:/author:/date:lines were filtered, so fields likemode:/tagline:leaked into the body as prose