
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
markdown-it-samp
Advanced tools
Use it with
npm install --save markdown-it-samp
import MarkdownIt from 'markdown-it'
import MarkdownItSamp from 'markdown-it-samp'
const md = new MarkdownIt()
md.use(MarkdownItSamp)
console.log(md.render('´´´\nresult\n´´´\n')) // <pre><samp>result</samp></pre>
I'll provide a better readme, tests, etc in future days.
FAQs
Samp html tags for markdown-it
We found that markdown-it-samp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.