1.0.9 • Published 3 months ago

marked-bidi v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

marked-bidi

Add Bidirectional text support to the HTML

Usage

import {marked} from "marked";
import markedBidi from "marked-bidi";

// or UMD script
// <script src="https://cdn.jsdelivr.net/npm/marked/lib/marked.umd.js"></script>
// <script src="https://cdn.jsdelivr.net/npm/marked-bidi/lib/index.umd.js"></script>


marked.use(markedBidi());

marked("راست left");
// <p dir="auto">راست left</p>
1.0.9

3 months ago

1.0.8

5 months ago

1.0.7

6 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

9 months ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago