Skip to content

Commit d0a3421

Browse files
committed
Fix blockqoute markdown lint
1 parent b02876a commit d0a3421

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

eeps/eep-0016.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,13 @@ it would be easier to add this than to write it up.
181181

182182
Here's some text to go in the documentation:
183183

184+
<!-- markdownlint-disable MD027 -->
184185
> is_integer(Term, LB, UB) -> bool()
185-
>
186+
>
186187
> Types:
187-
> Term = term()
188-
> LB = integer()
189-
> UB = integer()
188+
> Term = term()
189+
> LB = integer()
190+
> UB = integer()
190191
>
191192
> Returns true if Term is an integer lying between LB
192193
> and UB inclusive (LB =< Term, Term =< UB); otherwise

0 commit comments

Comments
 (0)