
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
@webdesigndecal/showdown-footnotes
Advanced tools
Simply footnotes for Showdown.
I'd advise using this extension with something like browserify.
npm i --save showdown-footnotes
const converter = new showdown.Converter({ extensions: [footnotes] });
Some word or something that needs explaining[^1].
[^1]: The explanation.
That would look compile to this.
<p>Some word or something that needs explaining<a href="#footnote-1"><sup>[1]</sup></a>.</p>
<p><small class="footnote" id="footnote-1"><a href="#footnote-1"><sup>[1]</sup></a>: The explanation.</small></p>
Single line footnotes can be written over multiple lines like this:
[^1]: A single line
footnote
Shownotes-footnotes also supports multiline footnotes. You'll just need to indent the lines following the superscript.
[^5]:
This is a paragraph.
_That_ is another paragraph which is still within the same footnote.
Multiline footnotes are wrapped in a <div> instead of a <small>.
<div class="footnote" id="footnote-5">
<a href="#footnote-5"><sup>[5]</sup></a>:
<p>This is a paragraph.</p>
<p><em>That</em> is another paragraph which is still within the same footnote.</p>
</div>
WDD's fork supports backlinking! Clicking on a footnote annotation will take you to a footnote's text, as expected, and clicking on the footnote index next to a footnote's text will take you back to the footnote annotation.
FAQs
A simple footnotes implementation for Showdown.
We found that @webdesigndecal/showdown-footnotes demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.