We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Both the textual and html output of jipstatus handle the raw textual contents of issue comments as pure text.
$ ./jipstatus.py --days 7 --html index.html Robert Foss: * Past * [QLT-1314] camss: VFE HW version log is spamming the log * Submitted v1 [https://lkml.org/lkml/2021/7/26/121|https://lkml.org/lkml/2021/7/26/121|smart-link] [...] $ grep "lkml" index.html <li>Submitted v1<br><br>[https://lkml.org/lkml/2021/7/26/121|https://lkml.org/lkml/2021/7/26/121|smart-link] </li>
$ ./jipstatus.py --days 7 --html index.html Robert Foss: * Past * [QLT-1314] camss: VFE HW version log is spamming the log * Submitted v1 https://lkml.org/lkml/2021/7/26/121 [...] $ grep "lkml" index.html <li>Submitted v1<br><br><a href=""https://lkml.org/lkml/2021/7/26/121>https://lkml.org/lkml/2021/7/26/121</a></li>
The text was updated successfully, but these errors were encountered:
@ndechesne something that you could take a look at whenever you have some time to spare?
Sorry, something went wrong.
No branches or pull requests
Both the textual and html output of jipstatus handle the raw textual contents of issue comments as pure text.
Results
Expected results
The text was updated successfully, but these errors were encountered: