@breadstone-tools/markdowner-core
v0.0.226
Published
Markdowner core library
Readme
📦 @breadstone-tools/markdowner-core
| Package Status | Source |
|----------------|--------|
| | tools/markdowner/core |
Core library for parsing and rendering Markdown with custom extensions. Provides extensible Markdown processing for documentation and content workflows.
📁 Project Structure
Part of the monorepo mosaik
Package path: tools/markdowner/core
Version: see npm
License: MIT
📦 Installation
yarn add @breadstone-tools/markdowner-core
# or
npm install @breadstone-tools/markdowner-core🔧 Usage
import { MarkdownProcessor } from '@breadstone-tools/markdowner-core';
const html = new MarkdownProcessor().process('# Hello World');
console.log(html);⚙️ Features
- Extensible Markdown processor
- Custom Markdown extensions (tabs, callouts, etc.)
- Integration with marked
- TypeScript-first, modern codebase
🛠 Recommendations
- Use as the core for documentation sites or static site generators.
- Extend with your own Markdown processors for custom needs.
📦 Publishing
yarn nx run markdowner-core:publish📄 License
MIT © Breadstone
