























1
Hi,
I am packaging my first application here. I am confused about the use of
According to flathub documentation, it is the right way to put up a description list . See MetaInfo guidelines | Flathub Documentation
However, when I run the linter (also recommended in the documentation), the ul and li tags are reported as errors.
What’s the source of truth ? If I don’t use
Ok, I figured it out.
html-like nested tags don’t work like :
<p> A list :
<ul>
<li>A list item</li>
</ul>
</p>
But
<p>A list:</p>
<ul>
<li>An item</li>
</ul>
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。