diff --git a/_posts/coding/2023-05-27-captioning-jekyll-highlighted-code-block.tl b/_posts/coding/2023-05-27-captioning-jekyll-highlighted-code-block.tl index 4edaff5..9b0ccee 100644 --- a/_posts/coding/2023-05-27-captioning-jekyll-highlighted-code-block.tl +++ b/_posts/coding/2023-05-27-captioning-jekyll-highlighted-code-block.tl @@ -10,7 +10,7 @@ Liquid tag inside @
@ HTML tag. That in turn allows embeeding does not provide captioning, but can be extended with simple plugin. Plugin code presented here and used by this blog is -"here.":https://gitea.michalczyk.pro/michalczyk.pro/blog/src/branch/master/_plugins/highlight-capion-options.rb +"here.":https://gitea.michalczyk.pro/michalczyk.pro/blog/src/branch/master/_plugins/highlight-caption-option.rb The plugin overrides @Jekyll::Tags::HighlightBlock.render()@ method. HTML code returned by this method can be manipulated using parser library like