hr: add page (#2426)

italian
Ariel Allon 2018-10-13 07:57:50 -05:00 committed by Starbeamrainbowlabs
parent 501843cbb3
commit 9206705b89
1 changed files with 15 additions and 0 deletions

15
pages/common/hr.md Normal file
View File

@ -0,0 +1,15 @@
# hr
> Print a horizontal rule in the terminal.
- Print a horizontal rule:
`hr`
- Print a horizontal rule with a custom string:
`hr {{string}}`
- Print a multiline horizontal rule:
`hr {{string_a}} {{string_b}} {{string_c}}`