diff --git a/docs/src/basics/markdown.md b/docs/src/basics/markdown.md index d9ce07b2..5313ba17 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.)