From 20d12fac816f2b2d7a10e2964f60627c0e40ac34 Mon Sep 17 00:00:00 2001 From: Sam Abbott Date: Wed, 24 Apr 2024 14:05:38 +0100 Subject: [PATCH] fix loot -> look in basics/markdown.md docs (#248) --- docs/src/basics/markdown.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/basics/markdown.md b/docs/src/basics/markdown.md index d9ce07b2c..5313ba175 100644 --- a/docs/src/basics/markdown.md +++ b/docs/src/basics/markdown.md @@ -1,5 +1,5 @@ # Markdown -If you've had a loot at the `REPR` section, you might have noticed that Term is doing some fancy print out of the functions docstrings. That's because docstrings in Julia are represented as Markdown text and Term can parse it nicely! +If you've had a look at the `REPR` section, you might have noticed that Term is doing some fancy print out of the functions docstrings. That's because docstrings in Julia are represented as Markdown text and Term can parse it nicely! Let's have a look. @@ -133,4 +133,4 @@ disable(con) # hide ``` -and more (links, footnotes, headers of different levels, etc.) \ No newline at end of file +and more (links, footnotes, headers of different levels, etc.)