From 9206705b8970544b331be9314a0180e39b630624 Mon Sep 17 00:00:00 2001 From: Ariel Allon Date: Sat, 13 Oct 2018 07:57:50 -0500 Subject: [PATCH] hr: add page (#2426) --- pages/common/hr.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/common/hr.md diff --git a/pages/common/hr.md b/pages/common/hr.md new file mode 100644 index 000000000..52e5fedd1 --- /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}}`