如何在 log.html 中拥有多行关键字文档

How to have multiline keyword documentation in log.html

如果您在关键字中有以下内容:

[Documentation]     First line
...                 Second line
...                 Third line

HTML 日志显示“第一行第二行第三行”

是否可以让 HTML 日志显示多行?

这应该适合你:

[Documentation]     First line${\n}
...                 Second line${\n}
...                 Third line

告诉我:)