README.md in jekyll-assets-2.2.3 vs README.md in jekyll-assets-2.2.4

- old
+ new

@@ -67,10 +67,11 @@ # features: liquid: true | false | default: false + integrity: true | false | default: false automatic_img_size: true | false | n(fixnum): 2,4,6,8 | default: true automatic_img_alt : true | false | default: true ``` ### Liquid Processing with your Jekyll context @@ -232,9 +233,17 @@ There is a full suite of filters, actually, any tag and any proxy can be a filter by way of filter arguments, take the following example: ```liquid {{ src | img : "magick:2x magick:quality:92" }} +``` + +### Jekyll Assets Multi + +Jekyll Assets has a special called `jekyll_asset_multi` which is meant to be used for things like the header, where it would be nice to be able to include multiple assets at once. You can use it like so: + +```liquid +{{ 'css:bundle.css "js:bundle.js async:true"' | jekyll_asset_multi }} ``` ## Hooks * `:env => [:init]`