diff --git a/pages/common/hr.md b/pages/common/hr.md new file mode 100644 index 0000000000..52e5fedd19 --- /dev/null +++ b/pages/common/hr.md @@ -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}}`