Skip to content

Commit

Permalink
Fix blockqoute markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Oct 28, 2024
1 parent 404b32d commit 4fb7458
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions eeps/eep-0016.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,13 @@ it would be easier to add this than to write it up.

Here's some text to go in the documentation:

<!-- markdownlint-disable MD027 -->
> is_integer(Term, LB, UB) -> bool()
>
>
> Types:
> Term = term()
> LB = integer()
> UB = integer()
> Term = term()
> LB = integer()
> UB = integer()
>
> Returns true if Term is an integer lying between LB
> and UB inclusive (LB =< Term, Term =< UB); otherwise
Expand Down

0 comments on commit 4fb7458

Please sign in to comment.