
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Build and manage markdown-based content with distributed navigation - framework agnostic content management system
Markpage helps you render Markdown files as HTML pages with any framework.
Point Markpage at a directory with markdown files and get organized navigation structure and content that you can use to render in your app.
Point Markpage at a directory with markdown files and .index.json
files, and get:
npm install markpage
import { buildPages } from 'markpage/builder';
await buildPages('./my-content', {
appOutput: './src/lib/content',
includeContent: true
});
Component embedding is provided by the separate @markpage/svelte
package. It lets you embed interactive Svelte components directly in markdown files:
# My Documentation
Here's a regular paragraph.
<TestButton variant="primary" text="Click me" />
<TestButton /> <!-- Uses default props -->
Components are registered and rendered with the Markdown
component:
<script>
import { Markdown, MarkpageOptions } from '@markpage/svelte';
import TestButton from './TestButton.svelte';
const options = new MarkpageOptions()
.addCustomComponent('TestButton', TestButton);
</script>
<Markdown
source={markdownContent}
{options}
/>
@markpage/svelte
is available on npm.npm install @markpage/svelte
@markpage/react
integration (PRs welcome).For detailed step-by-step instructions, see the Getting Started Guide.
npx markpage build ./my-docs --output ./src/lib/content
Perfect for documentation, blogs, knowledge bases, and any markdown-based content.
Create websites with organized content and easy navigation management.
👨💻 Want to contribute? See our How to Contribute guide.
MIT License
FAQs
Build and manage markdown-based content with distributed navigation - framework agnostic content management system
The npm package markpage receives a total of 146 weekly downloads. As such, markpage popularity was classified as not popular.
We found that markpage demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.