babluboy / nutty

A Network Utility
GNU General Public License v3.0
155 stars 25 forks source link

remove unordered lists from inside paragraphs #88

Closed vbfton closed 2 months ago

vbfton commented 2 years ago

removes unordered lists from inside paragraphs for compliance with AppStream specifications.

root-reborn commented 2 months ago

Thanks for the PR.This PR fixes the below errors

E: com.github.babluboy.nutty:159: description-para-markup-invalid ul
E: com.github.babluboy.nutty:84: description-para-markup-invalid ul
E: com.github.babluboy.nutty:168: description-para-markup-invalid ul

when building the .deb package for Nutty.The changes you made with the AppStream metadata file (appdata.xml.in) fixes the invalid markup in the description section.