- RSS feed creation now works correctly for listings when no
descriptionis provided in one of the Rmd post (thanks, @cpsyctc, @apeterson91, #490, #448). - Fix an issue with line numbering on code chunks when
highlight-downlit: falseby tweaking Pandoc's default CSS rules (thanks, @SES-CE, #473). - Internally use
format()instead ofas.character()with Dates to account for argumen...