Eleventy Import v1.0.4
- 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)
- Use
- 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