Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
exmarkdown-heading-anchor
Advanced tools
A svelte-exmarkdown plugin that places anchors in heading tags.
A svelte-exmarkdown plugin that places anchors in heading tags.
By using this plugin, convert Markdown as follows.
# Heading1
## Heading2
### Heading3
↓
<h1 id="Heading1">Heading1</h1>
<h2 id="Heading2">Heading2</h2>
<h3 id="Heading3">Heading3</h2>
npm i exmarkdown-heading-anchor
<script>
import { headingAnchor } from 'exmarkdown-heading-anchor'
import { Markdown } from 'svelte-exmarkdown'
// ...
</script>
<Markdown
md={/*...*/}
plugins={[
// ...
headingAnchor({
// Configuration (optional)
})
]}
/>
The attribute is added when the component is mounted, so the HTML rendered server-side does not have an id attribute.
FAQs
⚓️ A svelte-exmarkdown plugin that places anchors in heading tags
The npm package exmarkdown-heading-anchor receives a total of 21 weekly downloads. As such, exmarkdown-heading-anchor popularity was classified as not popular.
We found that exmarkdown-heading-anchor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.