风格不适用于Gradle中的p标签

嗨,我是新来的gradlenodejs 。 我正在尝试在玉石中添加p标记的填充。 我的玉档如下

 extends layout block content center h1= title p Rate-Review-Ride p(style='padding-left:500px;') | Gradle is a project automation tool that builds upon the concepts of Apache Ant and Apache Maven and introduces a Groovy-based domain-specific language | (DSL) instead of the more traditional XML form of declaring the project configuration. | Unlike Apache Maven, which defines lifecycles, and Apache Ant, where targets are invoked based upon a depends-on partial ordering, Gradle uses a directed acyclic graph ("DAG") to determine the order in which tasks can be run. | Gradle was designed for multi-project builds which can grow to be quite large, and supports incremental builds by intelligently determining which parts of the build tree are up-to-date, so that any task dependent upon those parts will not need to be re-executed. | The initial plugins are primarily focused around Java, Groovy and Scala development and deployment, but more languages and project workflows are on the roadmap. | dfs dfd fdsfdf dfljjf ofds fojdofjdosj fojdofjdofjdof 

但是它不会为段落添加填充。 同样的风格,如果我添加center在上面的代码,它增加了填充。 请解释一下jade style如何

像python一样的翡翠非常严格地排列缩进。 你需要把| 右边两个空格,如下所示:

 block content center h1= title p Rate-Review-Ride p(style='padding-left:500px;') | Gradle is a project automation tool that builds upon the concepts of Apache Ant and Apache Maven and introduces a Groovy-based domain-specific language | (DSL) instead of the more traditional XML form of declaring the project configuration. | Unlike Apache Maven, which defines lifecycles, and Apache Ant, where targets are invoked based upon a depends-on partial ordering, Gradle uses a directed acyclic graph ("DAG") to determine the order in which tasks can be run. | Gradle was designed for multi-project builds which can grow to be quite large, and supports incremental builds by intelligently determining which parts of the build tree are up-to-date, so that any task dependent upon those parts will not need to be re-executed. | The initial plugins are primarily focused around Java, Groovy and Scala development and deployment, but more languages and project workflows are on the roadmap. | dfs dfd fdsfdf dfljjf ofds fojdofjdosj fojdofjdofjdof 

没有它的文字将不会在<p>标签中。