Updating the vhpMarkdownAll function to apply the custom tooltip to linkified CVEs by calling setTooltip with the appropriate selectors for .vhp-markdown and .cve_link.
Calling setTooltip function inside so that it applies the tooltip style after linkifying the CVEs. Currently it is not showing the tooltip as it should
Changed to HTML tags instead of Markdown for the CVE text.
Notes (WIP):
Tried Foundation but it doesn't have dedicated functionality for custom HTML
Have you...
[ ] Linked this PR to an issue?
[ ] Written any automated tests?
[ ] Removed all debug statements?
[ ] Refactored your code to be maintainable?
[ ] Checked that Gemfile.lock and yarn.lock are't getting modified unintentionally?
[ ] Marked as Draft if it's unfinished?
The above things are not required, but appreciated.
Summary
setTooltip
function inside so that it applies the tooltip style after linkifying the CVEs. Currently it is not showing the tooltip as it shouldNotes (WIP):
Have you...
Gemfile.lock
andyarn.lock
are't getting modified unintentionally?The above things are not required, but appreciated.