From 038f5713b8ca9dce79e17ac85e57ad1ce2644e09 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 31 Aug 2020 11:54:07 -0300 Subject: Add spellchecking back to tests, with support for en, pt and fr dicts --- _tils/2020-08-13-anchor-headers-and-code-lines-in-jekyll.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_tils/2020-08-13-anchor-headers-and-code-lines-in-jekyll.md') diff --git a/_tils/2020-08-13-anchor-headers-and-code-lines-in-jekyll.md b/_tils/2020-08-13-anchor-headers-and-code-lines-in-jekyll.md index d9181c3..bd8a072 100644 --- a/_tils/2020-08-13-anchor-headers-and-code-lines-in-jekyll.md +++ b/_tils/2020-08-13-anchor-headers-and-code-lines-in-jekyll.md @@ -47,7 +47,7 @@ I've derived my implementations from two "official"[^official] hooks, [^official]: I don't know how official they are, I just assumed it because they live in the same organization inside GitHub that Jekyll does. -All I did was to wrap the header tag inside an ``, and set the href of that +All I did was to wrap the header tag inside an ``, and set the `href` of that `` to the existing id of the header. Before the hook the HTML looks like: ```html -- cgit v1.2.3