An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



# Marked with custom links

[![npm](https://badgen.net/npm/v/marked4)](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:

```

Empty

Empty

Hello world

Hello world

One more world

Marked

```