找出正确的组合
哪段 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?
本练习是课程的一部分
