New
distill 1.4
- Fix navbar link when a destination page contains
index.html(thanks, \@phillc73, #91). - Fix an issue with
search.jsonthat was still written even whensearch: falsein set in config (thanks, \@mitchelloharawild, #425). - Fix an issue prevent sizing of figures produced with knitr using
out.widthchunk option (thanks, \@ssp3nc3r, #286). - Fix an issue with running
targets::tar_render()with a distill Rmd document (thanks, \@tarensanders, #400) - Fix an issue with
full_content: truefor RSS feed creation (thanks, \@yuryzablotski, #454). - Footnotes inserted in tables have now their tooltip correctly place (thanks, \@RMRubert, #411).
- Fix an issue with Leaflet Markers not showing when using non default layout (thanks, \@AndersFenger, #106).
- Fix an issue with encoding when inserting
_footer.htmlin posts (thanks, @shikokuchuo, #417). - Fix an issue with double tooltip on hover when a note style CSL is used for references (thanks, @sj-io, #423).
- Fix an issue when discovering a preview image with UTF-8 characters in its caption (thanks, @egodrive, #436).
- Improve WAVE assessment of output by adding
aria-hiddenon icon and settingaria-labelon wrapping link (thanks, @batpigandme, #426). create_website()now works when nodiris provided and prompted to user.- Content in
<script>and<style>are now considered not searchable and exclude from content insearch.json. This should make the json file a lot lighter and loading faster as htmlwidget code (e.g plotly graph) would correctly be not included (thanks, \@mitchelloharawild, #425). - Improve highlighting theme
arrowregarding accessibility. code_folding = FALSEset on a chunk is now correctly taken into account and does not enforceecho = TRUE. As a reminder, settingcode_folding: truein YAML header will enforceecho = TRUEon chunk, unlesscode_foldingis unset on a per-chunk basis (thanks, \@werkstattcodes, #297).