From a316e81999bc4e35a6a9c8175250ce9ebdfbbc0f Mon Sep 17 00:00:00 2001 From: Rob Date: Mon, 4 Dec 2023 16:25:43 +0000 Subject: [PATCH] Simplify field type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No need to add string as an option here. It can be left up to the user. I might remove image later #66 — also fix link --- source/docs/simple/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/docs/simple/index.md b/source/docs/simple/index.md index d943d17..29108c0 100644 --- a/source/docs/simple/index.md +++ b/source/docs/simple/index.md @@ -54,7 +54,7 @@ ## ★ Sample (code block or image) > ⤷ **[`pre block | image`](../highlight/index.md#full-syntax-highlighting)** -> (requires [`markdown -> html`]((../highlight/index.md#full-syntax-highlighting) conversion) +> (requires [`markdown -> html`](../highlight/index.md#full-syntax-highlighting) conversion) - A sample of the code we're learning: - If you're feeling lazy, a snapshot image @@ -62,8 +62,8 @@ ## ★ Key point (code block or image) -> ⤷ **[`pre block | string | image`](../highlight/index.md#full-syntax-highlighting)** -> (requires [`markdown -> html`]((../highlight/index.md#full-syntax-highlighting) conversion) +> ⤷ **[`pre block | image`](../highlight/index.md#full-syntax-highlighting)** +> (requires [`markdown -> html`](../highlight/index.md#full-syntax-highlighting) conversion) - The answer or key learning point - If you're feeling lazy, a snapshot image