From: Lady Date: Wed, 3 May 2023 01:33:34 +0000 (-0700) Subject: Add highlighting support for code blocks X-Git-Url: https://git.ladys.computer/Blog/commitdiff_plain/bb0407b1891330f2f759528154c98d3420a285f5?hp=bb0407b1891330f2f759528154c98d3420a285f5 Add highlighting support for code blocks This code is somewhat messy because it has to work around the extreme limitations of the xmldom window polyfill provided by Lemon. - Updates the dependency on Beorn to 0.2.1 and adds a new one for highlight.js at 11.8.0. - Defines a wrapper build script to set up a transformation hook and then dynamically run Beorn through an import. - Updates .rsync-filter to exclude these new files. ---