Update 2018-12-22-distill.md

This commit is contained in:
Maruan 2022-08-27 22:37:32 -04:00 committed by GitHub
parent bf6f8a41ad
commit 30e51bc900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
}
</d-code>
**Note:** `<d-code>` blocks do not look well in the dark mode.
**Note:** `<d-code>` blocks do not look good in the dark mode.
You can always use the default code-highlight using the `highlight` liquid tag:
{% highlight javascript %}