@emdaer/plugin-link

3.2.31 • Public • Published

@emdaer/plugin-link · Travis Documented with emdaer Maintained with lerna

An emdaer plugin that renders anchor elements

Usage

@emdaer/plugin-link is an emdaer plugin – see the emdaer monorepo for more information

Documentation

Example

emdaer repo

Usage in README

<!--emdaer-p
  - '@emdaer/plugin-link'
  - content: emdaer repo
    link: https://github.com/emdaer/emdaer
    title: EMDAER Repo
-->

linkPlugin

Render HTML anchor elements.

Parameters

  • options any
    • options.content string? The content of the link
    • options.link string? Contains a URL or a URL fragment that the hyperlink points to.
    • options.title string? Specifies a title to associate with the element.
    • options.id string? Document wide identifier.

Examples

<!--emdaer-p
  - '@emdaer/plugin-link'
  - content: emdaer repo
    link: https://github.com/emdaer/emdaer
    title: EMDAER Repo
-->

Returns Promise<string> The link as an anchor HTML element.

Readme

Keywords

Package Sidebar

Install

npm i @emdaer/plugin-link

Weekly Downloads

0

Version

3.2.31

License

MIT

Unpacked Size

33.5 kB

Total Files

8

Last publish

Collaborators

  • beautyhammer
  • emdaerbot
  • flipactual
  • infiniteluke