pages.*/*: replace {{" "}}
with "{{ }}"
(#15034)
The latter notation is preferred by the style guide.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
- 이름 있는 파이프를 통해 데이터를 보내고 명령을 백그라운드로 전송:
|
||||
|
||||
`echo {{"Hello World"}} > {{경로/대상/파이프}} &`
|
||||
`echo "{{Hello World}}" > {{경로/대상/파이프}} &`
|
||||
|
||||
- 이름 있는 파이프를 통해 데이터 수신:
|
||||
|
||||
|
Reference in New Issue
Block a user