Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
remarkable-classy
Advanced tools
This is a plugin for the remarkable markdown parser.
Need to style some text written with markdown but are lacking that extra oomph? Plug in remarkable-classy
to make your markup remarkable and classy.
$ npm install --save remarkable-classy
var classy = require("remarkable-classy"),
Remarkable = require("remarkable"),
md = new Remarkable();
md.use(classy);
Anything in curly brackets ({}
) gets interpreted as a class string for that element.
This is paragraph 1.
This is paragraph 2 and I wish there was a way to make it blue.
{blue}
converts to:
<p>This is paragraph 1.</p>
<p class="blue">This is paragraph 2 and I wish there was a way to make it blue.</p>
# All kinds of headings work! {classy}
## Atx... {classy} ##
... and Setext {classy}
---
_em {classy}_ and __strong {classy}__ are supported as well.
{classy}
- so
- are
- ul tags
{classy}
> blockquotes?
> {classy}
>
> why not!
{classy}
converts to:
<h1 class="classy">All kinds of headings work!</h1>
<h2 class="classy">Atx...</h2>
<h2 class="classy">... and Setext</h2>
<p class="classy"><em class="classy">em</em> and <strong class="classy">strong</strong> are supported as well.
<ul class="classy">
<li>so</li>
<li>are</li>
<li>ul tags</li>
</ul>
<blockquote class="classy">
<p class="classy">blockquotes?</p>
<p>why not!</p>
</blockquote>
Very classy indeed!
FAQs
Plugin for Remarkable - add classes to your markdown
We found that remarkable-classy 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.
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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.