pages.*/*: replace {{" "}}
with "{{ }}"
(#15034)
The latter notation is preferred by the style guide.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
- 여러 값을 여러 변수에 할당:
|
||||
|
||||
`read {{_ 변수1 _ 변수2}} <<< {{"The surname is Bond"}}`
|
||||
`read {{_ 변수1 _ 변수2}} <<< "{{The surname is Bond}}"`
|
||||
|
||||
- 백슬래시(\\)를 이스케이프 문자로 사용하지 않음:
|
||||
|
||||
|
Reference in New Issue
Block a user