2016-09-14 21 views

答えて

2

あなたは複数の部分に長いラインを破るために|を使用することができます: -

post: 
    description: | 
     Creates a new account. Some **bold** text here. More text. Need to fill the line, so make it longer still. Hooray! 
     Line two Starts here 

REF: - https://github.com/raml2html/raml2html/blob/master/examples/example.raml

別のオプションは、ラインを破るために!\nを使用しています: -

post: 
     description: ! 
      "Creates a new account. Some **bold** text here. More text. Need to fill the line, so make it longer still. Hooray!\n 
      Line two Starts here"  

ここでの説明は、""二重引用符の下にある必要があります

+0

ありがとうございますAnirban、私はスキルのフィールズの説明について話しています。 – fificito

+0

あなたの質問で、あなたは明確に言及しました: - "**私は非常に長い説明が必要なRAMLのフィールドを持っています**" –

+0

はい、申し訳ありません、悪いです。私はこれにはとても新しいので、私が提起する質問ははっきりしないかもしれません。 – fificito

関連する問題