Skip to content

Commit

Permalink
fix documentation (backtick escape)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriniaina authored and Jaykul committed Jul 19, 2021
1 parent dc26bde commit d2fc6da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ All you need to to is start adding things to your `$Prompt` -- you can do that d

#### Right-aligned blocks

If you add a scriptblock that outputs _just_ a tab `{ "``t" }`,
blocks after that will be right-aligned until the next block which is _just_ a newline `{ "``n" }`.
If you add a scriptblock that outputs _just_ a tab ``{ "`t" }``,
blocks after that will be right-aligned until the next block which is _just_ a newline ``{ "`n" }``.

For Right-aligned blocks, the "ReverseColorSeparator" or "ReverseSeparator" characters are used instead of the "ColorSeparator" and "Separator".

Expand Down

0 comments on commit d2fc6da

Please sign in to comment.