https://github.com/markedjs/marked-bidi
Bidirectional text support for marked
https://github.com/markedjs/marked-bidi
Last synced: 9 months ago
JSON representation
Bidirectional text support for marked
- Host: GitHub
- URL: https://github.com/markedjs/marked-bidi
- Owner: markedjs
- License: mit
- Created: 2021-11-28T07:23:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T19:16:20.000Z (9 months ago)
- Last Synced: 2025-04-13T07:49:26.553Z (9 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/marked-bidi
- Size: 6.98 MB
- Stars: 12
- Watchers: 4
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# marked-bidi
Add Bidirectional text support to the HTML
# Usage
```js
import {marked} from "marked";
import markedBidi from "marked-bidi";
// or UMD script
//
//
marked.use(markedBidi());
marked("راست left");
//
راست left
```