PHPackages                             mrshanebarron/markdown - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. mrshanebarron/markdown

ActiveLibrary[Templating &amp; Views](/categories/templating)

mrshanebarron/markdown
======================

Markdown renderer component for Laravel - supports Livewire and Vue

v1.0.3(5mo ago)016MITVuePHP ^8.1

Since Dec 14Pushed 4mo agoCompare

[ Source](https://github.com/mrshanebarron/markdown)[ Packagist](https://packagist.org/packages/mrshanebarron/markdown)[ RSS](/packages/mrshanebarron-markdown/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (5)Used By (0)

Markdown
========

[](#markdown)

A markdown renderer component for Laravel applications. Converts markdown text to styled HTML. Works with Livewire and Vue 3.

Installation
------------

[](#installation)

```
composer require mrshanebarron/markdown
```

Livewire Usage
--------------

[](#livewire-usage)

### Basic Usage

[](#basic-usage)

```

```

### With Custom Styling

[](#with-custom-styling)

```

```

### Livewire Props

[](#livewire-props)

PropTypeDefaultDescription`content`string`''`Markdown content`prose-class`string`''`Additional prose classesVue 3 Usage
-----------

[](#vue-3-usage)

### Setup

[](#setup)

```
import { SbMarkdown } from './vendor/sb-markdown';
app.component('SbMarkdown', SbMarkdown);
```

### Basic Usage

[](#basic-usage-1)

```

const markdown = `
# Hello World

This is **bold** and *italic* text.

## Lists

- Item one
- Item two
- Item three

## Code

\`\`\`javascript
const greeting = 'Hello!';
console.log(greeting);
\`\`\`
`;

```

### Blog Post Example

[](#blog-post-example)

```

    {{ post.title }}
    {{ post.date }}

```

### Documentation Viewer

[](#documentation-viewer)

```

        {{ doc.title }}

```

### Vue Props

[](#vue-props)

PropTypeDefaultDescription`content`String`''`Markdown string`proseClass`String`''`Additional Tailwind prose classesSupported Syntax
----------------

[](#supported-syntax)

MarkdownOutput`# Heading````## Heading````### Heading````**bold**````*italic*````~~strikethrough~~`````code````````````[link](url)````![alt](src)````* item````1. item````> quote````---```Features
--------

[](#features)

- **Headers**: H1, H2, H3 support
- **Emphasis**: Bold, italic, strikethrough
- **Links**: External links with noopener
- **Images**: Rounded image styling
- **Lists**: Ordered and unordered
- **Code**: Inline and block code
- **Blockquotes**: Quote styling
- **Prose Styling**: Tailwind Typography

Styling
-------

[](#styling)

Uses Tailwind CSS Typography:

- Prose base styling
- Customizable with prose modifiers
- Automatic paragraph spacing
- Code block styling
- Link styling

Requirements
------------

[](#requirements)

- PHP 8.1+
- Laravel 10, 11, or 12
- Tailwind CSS 3.x
- @tailwindcss/typography (recommended)

License
-------

[](#license)

MIT License

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance73

Regular maintenance activity

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

154d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a38dc9b4ccc180ee3e9df8879f8747ea9dbf36812c6546827fe504fa8993eb8?d=identicon)[mrshanebarron](/maintainers/mrshanebarron)

### Embed Badge

![Health badge](/badges/mrshanebarron-markdown/health.svg)

```
[![Health](https://phpackages.com/badges/mrshanebarron-markdown/health.svg)](https://phpackages.com/packages/mrshanebarron-markdown)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k454.7k15](/packages/robsontenorio-mary)[livewire/blaze

A tool for optimizing Blade component performance by folding them into parent templates

688221.3k17](/packages/livewire-blaze)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[rareloop/lumberjack-core

A powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code

42155.0k19](/packages/rareloop-lumberjack-core)[konekt/html

HTML and Form Builders for the Laravel Framework

24403.2k5](/packages/konekt-html)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
