Skip to content

Commit

Permalink
cookbooks/devel/pseudovariables: docs for more $E... variables
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jun 27, 2024
1 parent e5ec83e commit c8c2877
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/cookbooks/devel/pseudovariables.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,10 @@ To reset $du:
$du = $null;
### $Eb - Back Slash
Return `\`.
### $En - LF
Return `\n`.
Expand All @@ -336,6 +340,30 @@ Return `\t`.
Return ` `.

Check failure on line 341 in docs/cookbooks/devel/pseudovariables.md

View workflow job for this annotation

GitHub Actions / check-format

Spaces inside code span elements

docs/cookbooks/devel/pseudovariables.md:341:8 MD038/no-space-in-code Spaces inside code span elements [Context: "` `"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md038.md
### $Ec - Comma
Return `,`.
### $Eq - Double Quote
Return `"`.
### $Ek - Single Quote
Return `'`.
### $Ei - Colon
Return `:`.
### $Ej - Semicolon
Return `;`.
### $Ev - Back Tick
Return `\``.
### $fd - From URI domain
**$fd** - reference to domain in URI of 'From' header
Expand Down

0 comments on commit c8c2877

Please sign in to comment.