New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

remark-description-list

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-description-list

[**Remark**][remark]-plugin to generate description lists.

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

remark-description-list

Remark-plugin to generate description lists.

Install

npm:

npm i remark-description-list

Use

Markdown-paragraphs consisting of a simple line, followed by lines beginning with colons (:) will be rendered as HTML-Description-Lists:

# Normal Header

Normal Paragraph.
Consisting of three lines,
as you can see.

Description Term
: First description detail
: Second description detail

will be rendered to the following HTML:

<h1>Normal Header</h1>

<p>Normal Paragraph.</br>
Consisting of three lines,</br>
as you can see.</p>

<dl>
	<dt>Description Term</dt>
	<dd>First description detail</dd>
	<dd>Second description detail</dd>
</dl>

Contribute

Any feedback is more than welcome.

License

MIT (c) Florian Breisch

Keywords

FAQs

Package last updated on 12 Sep 2019

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc