Skip to content

Commit

Permalink
fix loot -> look in basics/markdown.md docs (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs authored Apr 24, 2024
1 parent 094339b commit 20d12fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/basics/markdown.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -133,4 +133,4 @@ disable(con) # hide
```


and more (links, footnotes, headers of different levels, etc.)
and more (links, footnotes, headers of different levels, etc.)

0 comments on commit 20d12fa

Please sign in to comment.