From 97b51b80f9b29866ab668aec0c935bb83cae115c Mon Sep 17 00:00:00 2001 From: Sam Abbott Date: Thu, 4 Apr 2024 11:27:23 +0100 Subject: [PATCH] fix loot -> look in basics/markdown.md docs --- 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.)