https://github.com/amdev9/marked
Custom links for md
https://github.com/amdev9/marked
Last synced: about 1 month ago
JSON representation
Custom links for md
- Host: GitHub
- URL: https://github.com/amdev9/marked
- Owner: amdev9
- License: other
- Created: 2019-02-07T12:36:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T12:56:29.000Z (over 7 years ago)
- Last Synced: 2025-09-21T13:14:34.776Z (9 months ago)
- Language: JavaScript
- Size: 1.53 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Marked with custom links
[](https://www.npmjs.com/package/marked4)
## Installation
**CLI:** `npm install -g marked4`
**In-browser:** `npm install marked4 --save`
New test cases:
```
[[Empty|/url/]]
[[Empty | /url/]]
[[Hello world | aphanum:hello-world]]
[[Hello world]]
[[One more world]]
[[ Marked | https://github.com/markedjs/marked/blob/master/lib/marked.js]]
```
Results:
```
```