Skip to content

Eleventy Import v1.0.4

Compare
Choose a tag to compare
@zachleat zachleat released this 27 Nov 22:19
· 7 commits to main since this release
  • Markdown conversion improvements:
    • Use prettier to format code blocks (when language is known)
    • turndown dependency fix: incorrect unescaping of escaped markdown content, thanks @bjones1 for mixmark-io/turndown#438
    • Keep more HTML tags by default (abbr, address, audio, cite, dd, del, details, dfn, form, iframe, ins, kbd, object, q, sub, s, samp, svg, table, time, var, video, wbr)
  • Adds --assetrefs=colocate option to put content files and assets in the same folder structure (for easier passthrough copy)
  • Fix to make sure URL encoded file names are escaped properly
  • Automatically download assets in metadata.media entries (currently WordPress Featured and Open Graph images)

Full Changelog: v1.0.3...v1.0.4