找出正確的組合
哪一段 YAML 會讓 Description 輸出以下內容:
正確輸出:
Is this the example
that prints this text?
A.
# Example A
Description: |
Is this the example
that prints this text?
B.
# Example B
Description: >
Is this the example
that prints this text?
C.
# Example C
Description: >
Is this the example
that prints this text?
本練習屬於課程
