【发布时间】:2021-11-22 12:43:53
【问题描述】:
我在 markdown 文件中遇到问题,因为它说该行超出了限制。
MD013/line-length Line length [Expected: 80; Actual: 181]
该行是:
Please refer [link](https://github.com/orchestracities/ngsi-timeseries-api/blob/master/docs/manuals/admin/configuration.md#environment-variables) for more info about those variables
如何在不超过80 的限制中添加超链接,因为我无法拆分上面添加的超链接,并且必须在预期长度 80 内得到它。
【问题讨论】: