mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
Fix backtick that was messing up syntax highlighting on powershell.
This commit is contained in:
parent
c518beae09
commit
152fddbd92
@ -74,7 +74,7 @@ $aHashtable = @{name1='val1'; name2='val2'}
|
||||
# Using variables:
|
||||
echo $aString
|
||||
echo "Interpolation: $aString"
|
||||
echo "`$aString has length of $($aString.Length)"
|
||||
echo "$aString has length of $($aString.Length)"
|
||||
echo '$aString'
|
||||
echo @"
|
||||
This is a Here-String
|
||||
|
Loading…
Reference in New Issue
Block a user