Create a new markdown note using vnote.
Write an XSS payload into the markdown file.
<xss onclick="alert(1)" style=display:block>Click here</xss>
According to the project author's description, when the configuration file is set to "protect_from_xss":true, it enables the highest level of XSS defense. --- XSS Successfully Executed