diff --git a/_posts/2018-12-22-distill.md b/_posts/2018-12-22-distill.md index e28ee96..b467407 100644 --- a/_posts/2018-12-22-distill.md +++ b/_posts/2018-12-22-distill.md @@ -58,11 +58,6 @@ _styles: > --- -**NOTE:** -Citations, footnotes, and code blocks do not display correctly in the dark mode since distill does not support the dark mode by default. -If you are interested in correctly adding dark mode support for distill, please open [a discussion](https://github.com/alshedivat/al-folio/discussions) and let us know. - - ## Equations This theme supports rendering beautiful math in inline and display modes using [MathJax 3](https://www.mathjax.org/) engine. @@ -115,7 +110,7 @@ For larger blocks of code, add a `block` attribute: } -**Note:** `` blocks do not look well in the dark mode. +**Note:** `` blocks do not look good in the dark mode. You can always use the default code-highlight using the `highlight` liquid tag: {% highlight javascript %}