Update 2018-12-22-distill.md
This commit is contained in:
parent
bf6f8a41ad
commit
30e51bc900
|
|
@ -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
|
## Equations
|
||||||
|
|
||||||
This theme supports rendering beautiful math in inline and display modes using [MathJax 3](https://www.mathjax.org/) engine.
|
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>
|
</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:
|
You can always use the default code-highlight using the `highlight` liquid tag:
|
||||||
|
|
||||||
{% highlight javascript %}
|
{% highlight javascript %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue