From cac4d6953891b07e26eda513cc4719180660bde9 Mon Sep 17 00:00:00 2001 From: Sailesh Shrestha <34860977+werewolf-65@users.noreply.github.com> Date: Sat, 30 Oct 2021 09:44:48 +0545 Subject: [PATCH] source: add alternative syntax example (#7283) --- pages/common/source.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/source.md b/pages/common/source.md index 74cdc0076c..4437eea4f8 100644 --- a/pages/common/source.md +++ b/pages/common/source.md @@ -6,3 +6,7 @@ - Evaluate contents of a given file: `source {{path/to/file}}` + +- Evaluate contents of a given file (alternatively replacing `source` with `.`): + +`. {{path/to/file}}`