Usage
h1(x)
h2(x)
h3(x)
h4(x)
h5(x)
h6(x)
h7(x)
Value
Console output, with invisible return of x
input.
Examples
h1("Level 1")
#>
#> ────────────────────────────────────────────────────────────────────────────────
#> Level 1
#> ────────────────────────────────────────────────────────────────────────────────
h2("Level 2")
#> ── Level 2