Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@emdaer/plugin-list

Package Overview
Dependencies
Maintainers
4
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emdaer/plugin-list

An emdaer plugin that renders HTML list element.

latest
Source
npmnpm
Version
3.2.31
Version published
Maintainers
4
Created
Source

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

An emdaer plugin that renders HTML list element.

Usage

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

Documentation

Example

  • Item one
  • Item two
  • Item three

Usage in README

<!--emdaer-p
  - '@emdaer/plugin-list'
  - type: ol
    items:
      - Item one
      - Item two
      - Item three
-->

An emdaer plugin that renders HTML list element.

listPlugin

Render HTML list elements.

Parameters

  • options any
    • options.type ("ol" | "ul")? The type of list; ol (ordered) and ul (unordered).
    • options.items Array<string>? The list items; each will be rendered as an li element.

Examples

<!--emdaer-p
  - '@emdaer/plugin-list'
  - type: ol
    items:
      - Item one
      - Item two
      - Item three
-->

Returns Promise<string> The list HTML element.

Keywords

emdaer-plugin

FAQs

Package last updated on 09 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts